#AFAA76

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

Shades of Neutral Green #AFAA76

Tints of Neutral Green #AFAA76

Color information

#AFAA76 (or 0xAFAA76) is unknown color: approx Neutral Green. HEX triplet: AF, AA and 76. RGB value is (175,170,118). Sum of RGB (Red+Green+Blue) = 175+170+118=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAA76 is #505589. Grayscale: #A5A5A5. Windows color (decimal): -5264778 or 7776943. OLE color: 7776943.

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

Color convert

RGB175170118-
CMYK00.030.330.31
HSL54.74º26.27%57.45%-
HSV(B)54.74º32.57%68.63%-
XYZ35.3239.1722.84-
YUV165.57101.16134.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 170 (66.80% from 255) = 36.72%
BLUE value IS 118 (46.48% from 255) = 25.49%
R=37.80%
G=36.72%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517011800.030.330.3154.7426.2757.45
HexAFAA7603211F371a39
Octal257252166034137673271
Binary101011111010101011101100111000011111111011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA76; }

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

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

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

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

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

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

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

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