#AFA876

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

Shades of Neutral Green #AFA876

Tints of Neutral Green #AFA876

Color information

#AFA876 (or 0xAFA876) is unknown color: approx Neutral Green. HEX triplet: AF, A8 and 76. RGB value is (175,168,118). Sum of RGB (Red+Green+Blue) = 175+168+118=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA876 is #505789. Grayscale: #A4A4A4. Windows color (decimal): -5265290 or 7776431. OLE color: 7776431.

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

Color convert

RGB175168118-
CMYK00.040.330.31
HSL52.63º26.27%57.45%-
HSV(B)52.63º32.57%68.63%-
XYZ34.9538.4322.71-
YUV164.39101.82135.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 168 (66.02% from 255) = 36.44%
BLUE value IS 118 (46.48% from 255) = 25.60%
R=37.96%
G=36.44%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516811800.040.330.3152.6326.2757.45
HexAFA87604211F351a39
Octal257250166044137653271
Binary1010111110101000111011001001000011111111010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA876; }

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

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

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

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

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

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

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

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