#AFAA86

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

Shades of Neutral Green #AFAA86

Tints of Neutral Green #AFAA86

Color information

#AFAA86 (or 0xAFAA86) is unknown color: approx Neutral Green. HEX triplet: AF, AA and 86. RGB value is (175,170,134). Sum of RGB (Red+Green+Blue) = 175+170+134=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAA86 is #505579. Grayscale: #A7A7A7. Windows color (decimal): -5264762 or 8825519. OLE color: 8825519.

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

Color convert

RGB175170134-
CMYK00.030.230.31
HSL52.68º20.4%60.59%-
HSV(B)52.68º23.43%68.63%-
XYZ36.3639.5828.28-
YUV167.39109.16133.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 134 (52.73% from 255) = 27.97%
R=36.53%
G=35.49%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517013400.030.230.3152.6820.460.59
HexAFAA8603171F35143d
Octal257252206032737652475
Binary101011111010101010000110011101111111111010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA86; }

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

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

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

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

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

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

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

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