#ABA89F

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

Shades of Foggy Grey #ABA89F

Tints of Foggy Grey #ABA89F

Color information

#ABA89F (or 0xABA89F) is unknown color: approx Foggy Grey. HEX triplet: AB, A8 and 9F. RGB value is (171,168,159). Sum of RGB (Red+Green+Blue) = 171+168+159=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA89F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA89F is #545760. Grayscale: #A7A7A7. Windows color (decimal): -5527393 or 10463403. OLE color: 10463403.

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

Color convert

RGB171168159-
CMYK00.020.070.33
HSL45º6.67%64.71%-
HSV(B)45º7.02%67.06%-
XYZ37.0639.1738.41-
YUV167.87122.99130.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.34%
GREEN value IS 168 (66.02% from 255) = 33.73%
BLUE value IS 159 (62.5% from 255) = 31.93%
R=34.34%
G=33.73%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116815900.020.070.33456.6764.71
HexABA89F027212d741
Octal25325023702741557101
Binary1010101110101000100111110101111000011011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA89F; }

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

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

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

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

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

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

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

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