#AFAB82

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

Shades of Neutral Green #AFAB82

Tints of Neutral Green #AFAB82

Color information

#AFAB82 (or 0xAFAB82) is unknown color: approx Neutral Green. HEX triplet: AF, AB and 82. RGB value is (175,171,130). Sum of RGB (Red+Green+Blue) = 175+171+130=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB82 is #50547D. Grayscale: #A7A7A7. Windows color (decimal): -5264510 or 8563631. OLE color: 8563631.

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

Color convert

RGB175171130-
CMYK00.020.260.31
HSL54.67º21.95%59.8%-
HSV(B)54.67º25.71%68.63%-
XYZ36.2739.8526.9-
YUV167.52106.83133.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 130 (51.17% from 255) = 27.31%
R=36.76%
G=35.92%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517113000.020.260.3154.6721.9559.8
HexAFAB82021A1F37163c
Octal257253202023237672674
Binary101011111010101110000010010110101111111011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB82; }

 p { color: rgb(175,171,130); }

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

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

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

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

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

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

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