#ABAC9D

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

Shades of Foggy Grey #ABAC9D

Tints of Foggy Grey #ABAC9D

Color information

#ABAC9D (or 0xABAC9D) is unknown color: approx Foggy Grey. HEX triplet: AB, AC and 9D. RGB value is (171,172,157). Sum of RGB (Red+Green+Blue) = 171+172+157=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAC9D is #545362. Grayscale: #AAAAAA. Windows color (decimal): -5526371 or 10333355. OLE color: 10333355.

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

Color convert

RGB171172157-
CMYK0.0100.090.33
HSL64º8.29%64.51%-
HSV(B)64º8.72%67.45%-
XYZ37.6340.637.75-
YUV169.99120.67128.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.2%
GREEN value IS 172 (67.58% from 255) = 34.4%
BLUE value IS 157 (61.72% from 255) = 31.4%
R=34.2%
G=34.4%
B=31.4%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711721570.0100.090.33648.2964.51
HexABAC9D1092140841
Octal25325423510114110010101
Binary101010111010110010011101101001100001100000010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC9D; }

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

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

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

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

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

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

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

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