#AFA986

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

Shades of Neutral Green #AFA986

Tints of Neutral Green #AFA986

Color information

#AFA986 (or 0xAFA986) is unknown color: approx Neutral Green. HEX triplet: AF, A9 and 86. RGB value is (175,169,134). Sum of RGB (Red+Green+Blue) = 175+169+134=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA986 is #505679. Grayscale: #A6A6A6. Windows color (decimal): -5265018 or 8825263. OLE color: 8825263.

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

Color convert

RGB175169134-
CMYK00.030.230.31
HSL51.22º20.4%60.59%-
HSV(B)51.22º23.43%68.63%-
XYZ36.1739.2128.22-
YUV166.8109.49133.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 169 (66.41% from 255) = 35.36%
BLUE value IS 134 (52.73% from 255) = 28.03%
R=36.61%
G=35.36%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516913400.030.230.3151.2220.460.59
HexAFA98603171F33143d
Octal257251206032737632475
Binary101011111010100110000110011101111111111001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA986; }

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

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

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

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

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

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

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

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