#AFAC89

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

Shades of Neutral Green #AFAC89

Tints of Neutral Green #AFAC89

Color information

#AFAC89 (or 0xAFAC89) is unknown color: approx Neutral Green. HEX triplet: AF, AC and 89. RGB value is (175,172,137). Sum of RGB (Red+Green+Blue) = 175+172+137=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAC89 is #505376. Grayscale: #A9A9A9. Windows color (decimal): -5264247 or 9022639. OLE color: 9022639.

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

Color convert

RGB175172137-
CMYK00.020.220.31
HSL55.26º19.19%61.18%-
HSV(B)55.26º21.71%68.63%-
XYZ36.9540.4329.52-
YUV168.91109.99132.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 137 (53.91% from 255) = 28.31%
R=36.16%
G=35.54%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517213700.020.220.3155.2619.1961.18
HexAFAC8902161F37133d
Octal257254211022637672375
Binary101011111010110010001001010101101111111011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC89; }

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

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

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

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

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

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

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

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