#ABA685

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

Shades of Neutral Green #ABA685

Tints of Neutral Green #ABA685

Color information

#ABA685 (or 0xABA685) is unknown color: approx Neutral Green. HEX triplet: AB, A6 and 85. RGB value is (171,166,133). Sum of RGB (Red+Green+Blue) = 171+166+133=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA685 is #54597A. Grayscale: #A3A3A3. Windows color (decimal): -5527931 or 8758955. OLE color: 8758955.

HSL color Cylindrical-coordinate representation of color #ABA685: hue angle of 52.11º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABA685 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB171166133-
CMYK00.030.220.33
HSL52.11º18.45%59.61%-
HSV(B)52.11º22.22%67.06%-
XYZ34.6637.6227.63-
YUV163.73110.66133.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.38%
GREEN value IS 166 (65.23% from 255) = 35.32%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=36.38%
G=35.32%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116613300.030.220.3352.1118.4559.61
HexABA68503162134123c
Octal253246205032641642274
Binary1010101110100110100001010111011010000111010010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA685; }

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

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

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

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

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

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

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

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