#AFA789

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

Shades of Neutral Green #AFA789

Tints of Neutral Green #AFA789

Color information

#AFA789 (or 0xAFA789) is unknown color: approx Neutral Green. HEX triplet: AF, A7 and 89. RGB value is (175,167,137). Sum of RGB (Red+Green+Blue) = 175+167+137=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA789 is #505876. Grayscale: #A6A6A6. Windows color (decimal): -5265527 or 9021359. OLE color: 9021359.

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

Color convert

RGB175167137-
CMYK00.050.220.31
HSL47.37º19.19%61.18%-
HSV(B)47.37º21.71%68.63%-
XYZ36.0138.5629.21-
YUV165.97111.65134.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 167 (65.62% from 255) = 34.86%
BLUE value IS 137 (53.91% from 255) = 28.60%
R=36.53%
G=34.86%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516713700.050.220.3147.3719.1961.18
HexAFA78905161F2f133d
Octal257247211052637572375
Binary1010111110100111100010010101101101111110111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA789; }

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

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

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

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

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

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

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

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