#AFA989

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

Shades of Neutral Green #AFA989

Tints of Neutral Green #AFA989

Color information

#AFA989 (or 0xAFA989) is unknown color: approx Neutral Green. HEX triplet: AF, A9 and 89. RGB value is (175,169,137). Sum of RGB (Red+Green+Blue) = 175+169+137=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA989 is #505676. Grayscale: #A7A7A7. Windows color (decimal): -5265015 or 9021871. OLE color: 9021871.

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

Color convert

RGB175169137-
CMYK00.030.220.31
HSL50.53º19.19%61.18%-
HSV(B)50.53º21.71%68.63%-
XYZ36.3839.329.33-
YUV167.15110.99133.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 169 (66.41% from 255) = 35.14%
BLUE value IS 137 (53.91% from 255) = 28.48%
R=36.38%
G=35.14%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516913700.030.220.3150.5319.1961.18
HexAFA98903161F33133d
Octal257251211032637632375
Binary101011111010100110001001011101101111111001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA989; }

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

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

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

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

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

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

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

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