#ABAA9E

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

Shades of Foggy Grey #ABAA9E

Tints of Foggy Grey #ABAA9E

Color information

#ABAA9E (or 0xABAA9E) is unknown color: approx Foggy Grey. HEX triplet: AB, AA and 9E. RGB value is (171,170,158). Sum of RGB (Red+Green+Blue) = 171+170+158=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA9E is #545561. Grayscale: #A8A8A8. Windows color (decimal): -5526882 or 10398379. OLE color: 10398379.

HSL color Cylindrical-coordinate representation of color #ABAA9E: hue angle of 55.38º 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 #ABAA9E is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB171170158-
CMYK00.010.080.33
HSL55.38º7.18%64.51%-
HSV(B)55.38º7.6%67.06%-
XYZ37.3439.8838.08-
YUV168.93121.83129.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.27%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 158 (62.11% from 255) = 31.66%
R=34.27%
G=34.07%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117015800.010.080.3355.387.1864.51
HexABAA9E0182137741
Octal253252236011041677101
Binary1010101110101010100111100110001000011101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA9E; }

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

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

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

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

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

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

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

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