#ABAB9F

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

Shades of Foggy Grey #ABAB9F

Tints of Foggy Grey #ABAB9F

Color information

#ABAB9F (or 0xABAB9F) is unknown color: approx Foggy Grey. HEX triplet: AB, AB and 9F. RGB value is (171,171,159). Sum of RGB (Red+Green+Blue) = 171+171+159=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB9F is #545460. Grayscale: #A9A9A9. Windows color (decimal): -5526625 or 10464171. OLE color: 10464171.

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

Color convert

RGB171171159-
CMYK000.070.33
HSL60º6.67%64.71%-
HSV(B)60º7.02%67.06%-
XYZ37.6240.2938.59-
YUV169.63122128.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 159 (62.5% from 255) = 31.74%
R=34.13%
G=34.13%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171159000.070.33606.6764.71
HexABAB9F007213c741
Octal25325323700741747101
Binary101010111010101110011111001111000011111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB9F; }

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

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

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

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

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

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

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

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