#AFA981

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

Shades of Neutral Green #AFA981

Tints of Neutral Green #AFA981

Color information

#AFA981 (or 0xAFA981) is unknown color: approx Neutral Green. HEX triplet: AF, A9 and 81. RGB value is (175,169,129). Sum of RGB (Red+Green+Blue) = 175+169+129=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA981 is #50567E. Grayscale: #A6A6A6. Windows color (decimal): -5265023 or 8497583. OLE color: 8497583.

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

Color convert

RGB175169129-
CMYK00.030.260.31
HSL52.17º22.33%59.61%-
HSV(B)52.17º26.29%68.63%-
XYZ35.8339.0726.42-
YUV166.23106.99134.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 169 (66.41% from 255) = 35.73%
BLUE value IS 129 (50.78% from 255) = 27.27%
R=37.00%
G=35.73%
B=27.27%

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
Decimal17516912900.030.260.3152.1722.3359.61
HexAFA981031A1F34163c
Octal257251201033237642674
Binary101011111010100110000001011110101111111010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA981; }

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

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

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

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

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

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

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

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