Color Hex Logo

#afa955 Color Hex

#AFA955
(175,169,85)
0 Favorites   0 Comments

Color spaces of #afa955

RGB 17516985
HSL0.160.360.51
HSV56°51°69°
CMYK 0.000.030.51   0.31
XYZ33.506938.145814.1912
Yxy38.14580.39030.4444
Hunter Lab61.7623-11.245329.6105
CIE-Lab68.1279-9.408543.6454

#afa955 color RGB value is (175,169,85).

#afa955 hex color red value is 175, green value is 169 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #afa955 hue: 0.16 , saturation: 0.36 and the lightness value of afa955 is 0.51.

The process color (four color CMYK) of #afa955 color hex is 0.00, 0.03, 0.51, 0.31. Web safe color of #afa955 is #999966. Color #afa955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 01010101
Octal 257 251 125
Decimal 175 169 85
Hex AF A9 55

RGB Percentages of Color #afa955

%40.79
%39.39
%19.81

CMYK Percentages of Color #afa955

%0
%3
%51
%31

Triadic Colors of #afa955

#afa955 #55afa9 #a955af

Analogous Colors of #afa955

#afa955 #88af55 #af7c55

Monochromatic Colors of #afa955

#afa955

Complementary Color

#afa955 #555baf

#afa955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa955 Color CSS Codes

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

#afa955 Text Font Color

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

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


#afa955 Background Color

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

This div background color is #afa955


#afa955 Border Color

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

This div border color is #afa955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa955


Comments

No comments written yet.

Please login to write comment.