#AFA686

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

Shades of Neutral Green #AFA686

Tints of Neutral Green #AFA686

Color information

#AFA686 (or 0xAFA686) is unknown color: approx Neutral Green. HEX triplet: AF, A6 and 86. RGB value is (175,166,134). Sum of RGB (Red+Green+Blue) = 175+166+134=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA686 is #505979. Grayscale: #A5A5A5. Windows color (decimal): -5265786 or 8824495. OLE color: 8824495.

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

Color convert

RGB175166134-
CMYK00.050.230.31
HSL46.83º20.4%60.59%-
HSV(B)46.83º23.43%68.63%-
XYZ35.6238.1128.03-
YUV165.04110.48135.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 166 (65.23% from 255) = 34.95%
BLUE value IS 134 (52.73% from 255) = 28.21%
R=36.84%
G=34.95%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516613400.050.230.3146.8320.460.59
HexAFA68605171F2f143d
Octal257246206052737572475
Binary1010111110100110100001100101101111111110111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA686; }

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

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

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

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

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

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

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

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