#AFAA82

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

Shades of Neutral Green #AFAA82

Tints of Neutral Green #AFAA82

Color information

#AFAA82 (or 0xAFAA82) is unknown color: approx Neutral Green. HEX triplet: AF, AA and 82. RGB value is (175,170,130). Sum of RGB (Red+Green+Blue) = 175+170+130=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAA82 is #50557D. Grayscale: #A7A7A7. Windows color (decimal): -5264766 or 8563375. OLE color: 8563375.

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

Color convert

RGB175170130-
CMYK00.030.260.31
HSL53.33º21.95%59.8%-
HSV(B)53.33º25.71%68.63%-
XYZ36.0839.4826.84-
YUV166.93107.16133.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 130 (51.17% from 255) = 27.37%
R=36.84%
G=35.79%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517013000.030.260.3153.3321.9559.8
HexAFAA82031A1F35163c
Octal257252202033237652674
Binary101011111010101010000010011110101111111010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA82; }

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

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

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

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

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

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

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

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