#ABAB9D

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

Shades of Foggy Grey #ABAB9D

Tints of Foggy Grey #ABAB9D

Color information

#ABAB9D (or 0xABAB9D) is unknown color: approx Foggy Grey. HEX triplet: AB, AB and 9D. RGB value is (171,171,157). Sum of RGB (Red+Green+Blue) = 171+171+157=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB9D is #545462. Grayscale: #A9A9A9. Windows color (decimal): -5526627 or 10333099. OLE color: 10333099.

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

Color convert

RGB171171157-
CMYK000.080.33
HSL60º7.69%64.31%-
HSV(B)60º8.19%67.06%-
XYZ37.4440.2237.69-
YUV169.4121129.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.27%
GREEN value IS 171 (67.19% from 255) = 34.27%
BLUE value IS 157 (61.72% from 255) = 31.46%
R=34.27%
G=34.27%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171157000.080.33607.6964.31
HexABAB9D008213c840
Octal2532532350010417410100
Binary10101011101010111001110100100010000111110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB9D; }

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

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

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

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

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

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

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

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