#ABAB98

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

Shades of Foggy Grey #ABAB98

Tints of Foggy Grey #ABAB98

Color information

#ABAB98 (or 0xABAB98) is unknown color: approx Foggy Grey. HEX triplet: AB, AB and 98. RGB value is (171,171,152). Sum of RGB (Red+Green+Blue) = 171+171+152=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB98 is #545467. Grayscale: #A8A8A8. Windows color (decimal): -5526632 or 10005419. OLE color: 10005419.

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

Color convert

RGB171171152-
CMYK000.110.33
HSL60º10.16%63.33%-
HSV(B)60º11.11%67.06%-
XYZ37.0240.0535.48-
YUV168.83118.5129.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.62%
GREEN value IS 171 (67.19% from 255) = 34.62%
BLUE value IS 152 (59.77% from 255) = 30.77%
R=34.62%
G=34.62%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171152000.110.336010.1663.33
HexABAB9800B213ca3f
Octal253253230001341741277
Binary1010101110101011100110000010111000011111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB98; }

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

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

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

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

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

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

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

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