#ABA89D

Color #ABA89D Foggy Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Foggy Grey #ABA89D

Tints of Foggy Grey #ABA89D

Color information

#ABA89D (or 0xABA89D) is unknown color: approx Foggy Grey. HEX triplet: AB, A8 and 9D. RGB value is (171,168,157). Sum of RGB (Red+Green+Blue) = 171+168+157=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA89D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA89D is #545762. Grayscale: #A7A7A7. Windows color (decimal): -5527395 or 10332331. OLE color: 10332331.

HSL color Cylindrical-coordinate representation of color #ABA89D: hue angle of 47.14º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABA89D is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB171168157-
CMYK00.020.080.33
HSL47.14º7.69%64.31%-
HSV(B)47.14º8.19%67.06%-
XYZ36.8839.137.5-
YUV167.64121.99130.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 168 (66.02% from 255) = 33.87%
BLUE value IS 157 (61.72% from 255) = 31.65%
R=34.48%
G=33.87%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116815700.020.080.3347.147.6964.31
HexABA89D028212f840
Octal2532502350210415710100
Binary101010111010100010011101010100010000110111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA89D; }

 p { color: rgb(171,168,157); }

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

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

 a { background-color: rgb(171,168,157); }

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

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

 span { border-color: rgb(171,168,157); }

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