#AFAC87

Color #AFAC87 Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #AFAC87

Tints of Neutral Green #AFAC87

Color information

#AFAC87 (or 0xAFAC87) is unknown color: approx Neutral Green. HEX triplet: AF, AC and 87. RGB value is (175,172,135). Sum of RGB (Red+Green+Blue) = 175+172+135=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAC87 is #505378. Grayscale: #A8A8A8. Windows color (decimal): -5264249 or 8891567. OLE color: 8891567.

HSL color Cylindrical-coordinate representation of color #AFAC87: hue angle of 55.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFAC87 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB175172135-
CMYK00.020.230.31
HSL55.5º20%60.78%-
HSV(B)55.5º22.86%68.63%-
XYZ36.840.3728.77-
YUV168.68108.99132.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 135 (53.12% from 255) = 28.01%
R=36.31%
G=35.68%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517213500.020.230.3155.52060.78
HexAFAC8702171F38143d
Octal257254207022737702475
Binary101011111010110010000111010101111111111100010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC87; }

 p { color: rgb(175,172,135); }

 H1.HeaderClassName
 {
   color: #AFAC87;
 }
 .AnyTagClassName
 {
   color: #AFAC87;
 }
</style>
background-color css

<style>
 a { background-color: #AFAC87; }

 a { background-color: rgb(175,172,135); }

 div.DivClassName
 {
   background-color: #AFAC87;
 }
 .BgClassName
 {
   background-color: #AFAC87;
 }
</style>
border-color css

<style>
 span { border-color: #AFAC87; }

 span { border-color: rgb(175,172,135); }

 td.TdClassName
 {
   border-color: #AFAC87;
 }
 .TagClassName
 {
   border-color: #AFAC87;
 }
</style>