#AFA881

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

Shades of Neutral Green #AFA881

Tints of Neutral Green #AFA881

Color information

#AFA881 (or 0xAFA881) is unknown color: approx Neutral Green. HEX triplet: AF, A8 and 81. RGB value is (175,168,129). Sum of RGB (Red+Green+Blue) = 175+168+129=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA881 is #50577E. Grayscale: #A5A5A5. Windows color (decimal): -5265279 or 8497327. OLE color: 8497327.

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

Color convert

RGB175168129-
CMYK00.040.260.31
HSL50.87º22.33%59.61%-
HSV(B)50.87º26.29%68.63%-
XYZ35.6438.726.36-
YUV165.65107.32134.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 168 (66.02% from 255) = 35.59%
BLUE value IS 129 (50.78% from 255) = 27.33%
R=37.08%
G=35.59%
B=27.33%

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
Decimal17516812900.040.260.3150.8722.3359.61
HexAFA881041A1F33163c
Octal257250201043237632674
Binary1010111110101000100000010100110101111111001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA881; }

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

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

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

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

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

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

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

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