#AFA685

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

Shades of Neutral Green #AFA685

Tints of Neutral Green #AFA685

Color information

#AFA685 (or 0xAFA685) is unknown color: approx Neutral Green. HEX triplet: AF, A6 and 85. RGB value is (175,166,133). Sum of RGB (Red+Green+Blue) = 175+166+133=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA685 is #50597A. Grayscale: #A5A5A5. Windows color (decimal): -5265787 or 8758959. OLE color: 8758959.

HSL color Cylindrical-coordinate representation of color #AFA685: hue angle of 47.14º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFA685 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB175166133-
CMYK00.050.240.31
HSL47.14º20.79%60.39%-
HSV(B)47.14º24%68.63%-
XYZ35.5538.0827.67-
YUV164.93109.98135.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 166 (65.23% from 255) = 35.02%
BLUE value IS 133 (52.34% from 255) = 28.06%
R=36.92%
G=35.02%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516613300.050.240.3147.1420.7960.39
HexAFA68505181F2f153c
Octal257246205053037572574
Binary1010111110100110100001010101110001111110111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA685; }

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

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

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

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

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

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

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

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