#AFA882

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

Shades of Neutral Green #AFA882

Tints of Neutral Green #AFA882

Color information

#AFA882 (or 0xAFA882) is unknown color: approx Neutral Green. HEX triplet: AF, A8 and 82. RGB value is (175,168,130). Sum of RGB (Red+Green+Blue) = 175+168+130=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA882 is #50577D. Grayscale: #A5A5A5. Windows color (decimal): -5265278 or 8562863. OLE color: 8562863.

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

Color convert

RGB175168130-
CMYK00.040.260.31
HSL50.67º21.95%59.8%-
HSV(B)50.67º25.71%68.63%-
XYZ35.7138.7326.71-
YUV165.76107.82134.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 168 (66.02% from 255) = 35.52%
BLUE value IS 130 (51.17% from 255) = 27.48%
R=37.00%
G=35.52%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516813000.040.260.3150.6721.9559.8
HexAFA882041A1F33163c
Octal257250202043237632674
Binary1010111110101000100000100100110101111111001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA882; }

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

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

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

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

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

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

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

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