#ABAA9B

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

Shades of Foggy Grey #ABAA9B

Tints of Foggy Grey #ABAA9B

Color information

#ABAA9B (or 0xABAA9B) is unknown color: approx Foggy Grey. HEX triplet: AB, AA and 9B. RGB value is (171,170,155). Sum of RGB (Red+Green+Blue) = 171+170+155=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA9B is #545564. Grayscale: #A8A8A8. Windows color (decimal): -5526885 or 10201771. OLE color: 10201771.

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

Color convert

RGB171170155-
CMYK00.010.090.33
HSL56.25º8.7%63.92%-
HSV(B)56.25º9.36%67.06%-
XYZ37.0939.7736.73-
YUV168.59120.33129.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 170 (66.80% from 255) = 34.27%
BLUE value IS 155 (60.94% from 255) = 31.25%
R=34.48%
G=34.27%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117015500.010.090.3356.258.763.92
HexABAA9B0192138940
Octal2532522330111417011100
Binary10101011101010101001101101100110000111100010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA9B; }

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

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

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

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

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

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

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

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