Color Hex Logo

#afa183 Color Hex

#AFA183
(175,161,131)
0 Favorites   0 Comments

Color spaces of #afa183

RGB 175161131
HSL0.110.220.60
HSV41°25°69°
CMYK 0.000.080.25   0.31
XYZ34.520836.242426.6488
Yxy36.24240.35440.3721
Hunter Lab60.2017-2.997515.8959
CIE-Lab66.70470.253317.4909

#afa183 color RGB value is (175,161,131).

#afa183 hex color red value is 175, green value is 161 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #afa183 hue: 0.11 , saturation: 0.22 and the lightness value of afa183 is 0.60.

The process color (four color CMYK) of #afa183 color hex is 0.00, 0.08, 0.25, 0.31. Web safe color of #afa183 is #999999. Color #afa183 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 10000011
Octal 257 241 203
Decimal 175 161 131
Hex AF A1 83

RGB Percentages of Color #afa183

%37.47
%34.48
%28.05

CMYK Percentages of Color #afa183

%0
%8
%25
%31

Triadic Colors of #afa183

#afa183 #83afa1 #a183af

Analogous Colors of #afa183

#afa183 #a7af83 #af8b83

Monochromatic Colors of #afa183

#afa183

Complementary Color

#afa183 #8391af

#afa183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa183 Color CSS Codes

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

#afa183 Text Font Color

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

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


#afa183 Background Color

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

This div background color is #afa183


#afa183 Border Color

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

This div border color is #afa183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa183


Comments

No comments written yet.

Please login to write comment.