#AFA988

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

Shades of Neutral Green #AFA988

Tints of Neutral Green #AFA988

Color information

#AFA988 (or 0xAFA988) is unknown color: approx Neutral Green. HEX triplet: AF, A9 and 88. RGB value is (175,169,136). Sum of RGB (Red+Green+Blue) = 175+169+136=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA988 is #505677. Grayscale: #A7A7A7. Windows color (decimal): -5265016 or 8956335. OLE color: 8956335.

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

Color convert

RGB175169136-
CMYK00.030.220.31
HSL50.77º19.6%60.98%-
HSV(B)50.77º22.29%68.63%-
XYZ36.3139.2728.96-
YUV167.03110.49133.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 169 (66.41% from 255) = 35.21%
BLUE value IS 136 (53.52% from 255) = 28.33%
R=36.46%
G=35.21%
B=28.33%

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
Decimal17516913600.030.220.3150.7719.660.98
HexAFA98803161F33143d
Octal257251210032637632475
Binary101011111010100110001000011101101111111001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA988; }

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

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

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

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

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

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

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

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