#AFA980

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

Shades of Neutral Green #AFA980

Tints of Neutral Green #AFA980

Color information

#AFA980 (or 0xAFA980) is unknown color: approx Neutral Green. HEX triplet: AF, A9 and 80. RGB value is (175,169,128). Sum of RGB (Red+Green+Blue) = 175+169+128=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA980 is #50567F. Grayscale: #A6A6A6. Windows color (decimal): -5265024 or 8432047. OLE color: 8432047.

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

Color convert

RGB175169128-
CMYK00.030.270.31
HSL52.34º22.71%59.41%-
HSV(B)52.34º26.86%68.63%-
XYZ35.7639.0526.07-
YUV166.12106.49134.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 169 (66.41% from 255) = 35.81%
BLUE value IS 128 (50.39% from 255) = 27.12%
R=37.08%
G=35.81%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516912800.030.270.3152.3422.7159.41
HexAFA980031B1F34173b
Octal257251200033337642773
Binary101011111010100110000000011110111111111010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA980; }

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

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

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

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

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

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

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

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