Color Hex Logo

#af905a Color Hex

#AF905A
(175,144,90)
0 Favorites   0 Comments

Color spaces of #af905a

RGB 17514490
HSL0.110.350.52
HSV38°49°69°
CMYK 0.000.180.49   0.31
XYZ29.497929.798713.8699
Yxy29.79870.40320.4073
Hunter Lab54.58820.927023.1472
CIE-Lab61.48014.556432.9548

#af905a color RGB value is (175,144,90).

#af905a hex color red value is 175, green value is 144 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #af905a hue: 0.11 , saturation: 0.35 and the lightness value of af905a is 0.52.

The process color (four color CMYK) of #af905a color hex is 0.00, 0.18, 0.49, 0.31. Web safe color of #af905a is #999966. Color #af905a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010000 01011010
Octal 257 220 132
Decimal 175 144 90
Hex AF 90 5A

RGB Percentages of Color #af905a

%42.79
%35.21
%22.00

CMYK Percentages of Color #af905a

%0
%18
%49
%31

Triadic Colors of #af905a

#af905a #5aaf90 #905aaf

Analogous Colors of #af905a

#af905a #a4af5a #af665a

Monochromatic Colors of #af905a

#af905a

Complementary Color

#af905a #5a79af

#af905a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af905a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af905a Color CSS Codes

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

#af905a Text Font Color

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

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


#af905a Background Color

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

This div background color is #af905a


#af905a Border Color

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

This div border color is #af905a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af905a


Comments

No comments written yet.

Please login to write comment.