#ABAA97

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

Shades of Foggy Grey #ABAA97

Tints of Foggy Grey #ABAA97

Color information

#ABAA97 (or 0xABAA97) is unknown color: approx Foggy Grey. HEX triplet: AB, AA and 97. RGB value is (171,170,151). Sum of RGB (Red+Green+Blue) = 171+170+151=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA97 is #545568. Grayscale: #A8A8A8. Windows color (decimal): -5526889 or 9939627. OLE color: 9939627.

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

Color convert

RGB171170151-
CMYK00.010.120.33
HSL57º10.64%63.14%-
HSV(B)57º11.7%67.06%-
XYZ36.7639.6434.99-
YUV168.13118.33130.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.76%
GREEN value IS 170 (66.80% from 255) = 34.55%
BLUE value IS 151 (59.38% from 255) = 30.69%
R=34.76%
G=34.55%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117015100.010.120.335710.6463.14
HexABAA9701C2139b3f
Octal253252227011441711377
Binary1010101110101010100101110111001000011110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA97; }

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

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

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

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

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

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

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

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