#ABA89A

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

Shades of Foggy Grey #ABA89A

Tints of Foggy Grey #ABA89A

Color information

#ABA89A (or 0xABA89A) is unknown color: approx Foggy Grey. HEX triplet: AB, A8 and 9A. RGB value is (171,168,154). Sum of RGB (Red+Green+Blue) = 171+168+154=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA89A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA89A is #545765. Grayscale: #A7A7A7. Windows color (decimal): -5527398 or 10135723. OLE color: 10135723.

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

Color convert

RGB171168154-
CMYK00.020.100.33
HSL49.41º9.19%63.73%-
HSV(B)49.41º9.94%67.06%-
XYZ36.633936.17-
YUV167.3120.49130.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 168 (66.02% from 255) = 34.08%
BLUE value IS 154 (60.55% from 255) = 31.24%
R=34.69%
G=34.08%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116815400.020.100.3349.419.1963.73
HexABA89A02A2131940
Octal2532502320212416111100
Binary101010111010100010011010010101010000111000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA89A; }

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

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

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

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

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

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

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

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