Color Hex Logo

#af942b Color Hex

#AF942B
(175,148,43)
0 Favorites   0 Comments

Color spaces of #af942b

RGB 17514843
HSL0.130.610.43
HSV48°75°69°
CMYK 0.000.150.75   0.31
XYZ28.705130.46826.6535
Yxy30.46820.43610.4629
Hunter Lab55.1980-3.769631.4919
CIE-Lab62.0561-0.986655.8036

#af942b color RGB value is (175,148,43).

#af942b hex color red value is 175, green value is 148 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #af942b hue: 0.13 , saturation: 0.61 and the lightness value of af942b is 0.43.

The process color (four color CMYK) of #af942b color hex is 0.00, 0.15, 0.75, 0.31. Web safe color of #af942b is #999933. Color #af942b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010100 00101011
Octal 257 224 53
Decimal 175 148 43
Hex AF 94 2B

RGB Percentages of Color #af942b

%47.81
%40.44
%11.75

CMYK Percentages of Color #af942b

%0
%15
%75
%31

Triadic Colors of #af942b

#af942b #2baf94 #942baf

Analogous Colors of #af942b

#af942b #88af2b #af522b

Monochromatic Colors of #af942b

#af942b

Complementary Color

#af942b #2b46af

#af942b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af942b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af942b Color CSS Codes

.mybgcolor {background-color:#af942b; } 
.myforecolor {color:#af942b; }
.mybordercolor {border:3px solid #af942b; }

#af942b Text Font Color

<p style="color:#af942b">Text here</p>

This sample text font color is #af942b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af942b Background Color

<div style="background-color:#af942b">
Div content here</div>

This div background color is #af942b


#af942b Border Color

<div style="border:3px solid #af942b">
Div here</div>

This div border color is #af942b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,148,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af942b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af942b;
  -webkit-box-shadow: 1px 1px 3px 2px #af942b;
  box-shadow:         1px 1px 3px 2px #af942b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,148,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af942b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af942b;
  -webkit-box-shadow: 1px 1px 3px 2px #af942b;
  box-shadow:         1px 1px 3px 2px #af942b;">
Div content here</div>

This div box has shadow with color #af942b


Comments

No comments written yet.

Please login to write comment.