#AFAD86

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

Shades of Neutral Green #AFAD86

Tints of Neutral Green #AFAD86

Color information

#AFAD86 (or 0xAFAD86) is unknown color: approx Neutral Green. HEX triplet: AF, AD and 86. RGB value is (175,173,134). Sum of RGB (Red+Green+Blue) = 175+173+134=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAD86 is #505279. Grayscale: #A9A9A9. Windows color (decimal): -5263994 or 8826287. OLE color: 8826287.

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

Color convert

RGB175173134-
CMYK00.010.230.31
HSL57.07º20.4%60.59%-
HSV(B)57.07º23.43%68.63%-
XYZ36.9340.7228.47-
YUV169.15108.16132.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 173 (67.97% from 255) = 35.89%
BLUE value IS 134 (52.73% from 255) = 27.80%
R=36.31%
G=35.89%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517313400.010.230.3157.0720.460.59
HexAFAD8601171F39143d
Octal257255206012737712475
Binary10101111101011011000011001101111111111100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD86; }

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

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

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

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

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

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

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

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