Color Hex Logo

#af952b Color Hex

#AF952B
(175,149,43)
0 Favorites   0 Comments

Color spaces of #af952b

RGB 17514943
HSL0.130.610.43
HSV48°75°69°
CMYK 0.000.150.75   0.31
XYZ28.862730.78336.7060
Yxy30.78330.43500.4639
Hunter Lab55.4827-4.237131.6717
CIE-Lab62.3243-1.529656.0593

#af952b color RGB value is (175,149,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010101 00101011
Octal 257 225 53
Decimal 175 149 43
Hex AF 95 2B

RGB Percentages of Color #af952b

%47.68
%40.60
%11.72

CMYK Percentages of Color #af952b

%0
%15
%75
%31

Triadic Colors of #af952b

#af952b #2baf95 #952baf

Analogous Colors of #af952b

#af952b #87af2b #af532b

Monochromatic Colors of #af952b

#af952b

Complementary Color

#af952b #2b45af

#af952b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af952b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af952b Color CSS Codes

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

#af952b Text Font Color

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

This sample text font color is #af952b
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.


#af952b Background Color

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

This div background color is #af952b


#af952b Border Color

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

This div border color is #af952b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,149,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 #af952b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af952b


Comments

No comments written yet.

Please login to write comment.