#ABAA98

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

Shades of Foggy Grey #ABAA98

Tints of Foggy Grey #ABAA98

Color information

#ABAA98 (or 0xABAA98) is unknown color: approx Foggy Grey. HEX triplet: AB, AA and 98. RGB value is (171,170,152). Sum of RGB (Red+Green+Blue) = 171+170+152=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA98 is #545567. Grayscale: #A8A8A8. Windows color (decimal): -5526888 or 10005163. OLE color: 10005163.

HSL color Cylindrical-coordinate representation of color #ABAA98: hue angle of 56.84º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABAA98 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB171170152-
CMYK00.010.110.33
HSL56.84º10.16%63.33%-
HSV(B)56.84º11.11%67.06%-
XYZ36.8439.6735.42-
YUV168.25118.83129.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 170 (66.80% from 255) = 34.48%
BLUE value IS 152 (59.77% from 255) = 30.83%
R=34.69%
G=34.48%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117015200.010.110.3356.8410.1663.33
HexABAA9801B2139a3f
Octal253252230011341711277
Binary1010101110101010100110000110111000011110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA98; }

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

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

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

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

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

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

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

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