Color Hex Logo

#afa155 Color Hex

#AFA155
(175,161,85)
0 Favorites   0 Comments

Color spaces of #afa155

RGB 17516185
HSL0.140.360.51
HSV51°51°69°
CMYK 0.000.080.51   0.31
XYZ32.063835.259613.7102
Yxy35.25960.39570.4351
Hunter Lab59.3798-7.528527.8764
CIE-Lab65.9503-5.167541.0497

#afa155 color RGB value is (175,161,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 01010101
Octal 257 241 125
Decimal 175 161 85
Hex AF A1 55

RGB Percentages of Color #afa155

%41.57
%38.24
%20.19

CMYK Percentages of Color #afa155

%0
%8
%51
%31

Triadic Colors of #afa155

#afa155 #55afa1 #a155af

Analogous Colors of #afa155

#afa155 #90af55 #af7455

Monochromatic Colors of #afa155

#afa155

Complementary Color

#afa155 #5563af

#afa155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa155 Color CSS Codes

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

#afa155 Text Font Color

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

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


#afa155 Background Color

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

This div background color is #afa155


#afa155 Border Color

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

This div border color is #afa155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa155


Comments

No comments written yet.

Please login to write comment.