#AFAF87

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

Shades of Neutral Green #AFAF87

Tints of Neutral Green #AFAF87

Color information

#AFAF87 (or 0xAFAF87) is unknown color: approx Neutral Green. HEX triplet: AF, AF and 87. RGB value is (175,175,135). Sum of RGB (Red+Green+Blue) = 175+175+135=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAF87 is #505078. Grayscale: #AAAAAA. Windows color (decimal): -5263481 or 8892335. OLE color: 8892335.

HSL color Cylindrical-coordinate representation of color #AFAF87: hue angle of 60º 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 #AFAF87 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB175175135-
CMYK000.230.31
HSL60º20%60.78%-
HSV(B)60º22.86%68.63%-
XYZ37.3841.5228.97-
YUV170.44108131.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 175 (68.75% from 255) = 36.08%
BLUE value IS 135 (53.12% from 255) = 27.84%
R=36.08%
G=36.08%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175135000.230.31602060.78
HexAFAF8700171F3c143d
Octal257257207002737742475
Binary10101111101011111000011100101111111111110010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF87; }

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

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

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

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

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

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

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

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