#ABA89E

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

Shades of Foggy Grey #ABA89E

Tints of Foggy Grey #ABA89E

Color information

#ABA89E (or 0xABA89E) is unknown color: approx Foggy Grey. HEX triplet: AB, A8 and 9E. RGB value is (171,168,158). Sum of RGB (Red+Green+Blue) = 171+168+158=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA89E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA89E is #545761. Grayscale: #A7A7A7. Windows color (decimal): -5527394 or 10397867. OLE color: 10397867.

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

Color convert

RGB171168158-
CMYK00.020.080.33
HSL46.15º7.18%64.51%-
HSV(B)46.15º7.6%67.06%-
XYZ36.9739.1337.95-
YUV167.76122.49130.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.41%
GREEN value IS 168 (66.02% from 255) = 33.80%
BLUE value IS 158 (62.11% from 255) = 31.79%
R=34.41%
G=33.80%
B=31.79%

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
Decimal17116815800.020.080.3346.157.1864.51
HexABA89E028212e741
Octal253250236021041567101
Binary10101011101010001001111001010001000011011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA89E; }

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

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

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

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

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

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

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

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