#AFAF86

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

Shades of Neutral Green #AFAF86

Tints of Neutral Green #AFAF86

Color information

#AFAF86 (or 0xAFAF86) is unknown color: approx Neutral Green. HEX triplet: AF, AF and 86. RGB value is (175,175,134). Sum of RGB (Red+Green+Blue) = 175+175+134=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAF86 is #505079. Grayscale: #AAAAAA. Windows color (decimal): -5263482 or 8826799. OLE color: 8826799.

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

Color convert

RGB175175134-
CMYK000.230.31
HSL60º20.4%60.59%-
HSV(B)60º23.43%68.63%-
XYZ37.3141.528.6-
YUV170.33107.5131.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 134 (52.73% from 255) = 27.69%
R=36.16%
G=36.16%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175134000.230.316020.460.59
HexAFAF8600171F3c143d
Octal257257206002737742475
Binary10101111101011111000011000101111111111110010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF86; }

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

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

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

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

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

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

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

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