Color Hex Logo

#afa16d Color Hex

#AFA16D
(175,161,109)
0 Favorites   0 Comments

Color spaces of #afa16d

RGB 175161109
HSL0.130.290.56
HSV47°38°69°
CMYK 0.000.080.38   0.31
XYZ33.184435.707819.6113
Yxy35.70780.37500.4035
Hunter Lab59.7560-5.446322.3708
CIE-Lab66.2961-2.649428.9417

#afa16d color RGB value is (175,161,109).

#afa16d hex color red value is 175, green value is 161 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #afa16d hue: 0.13 , saturation: 0.29 and the lightness value of afa16d is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 01101101
Octal 257 241 155
Decimal 175 161 109
Hex AF A1 6D

RGB Percentages of Color #afa16d

%39.33
%36.18
%24.49

CMYK Percentages of Color #afa16d

%0
%8
%38
%31

Triadic Colors of #afa16d

#afa16d #6dafa1 #a16daf

Analogous Colors of #afa16d

#afa16d #9caf6d #af806d

Monochromatic Colors of #afa16d

#afa16d

Complementary Color

#afa16d #6d7baf

#afa16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa16d Color CSS Codes

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

#afa16d Text Font Color

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

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


#afa16d Background Color

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

This div background color is #afa16d


#afa16d Border Color

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

This div border color is #afa16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa16d


Comments

No comments written yet.

Please login to write comment.