#ABAAA4

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

Shades of Foggy Grey #ABAAA4

Tints of Foggy Grey #ABAAA4

Color information

#ABAAA4 (or 0xABAAA4) is unknown color: approx Foggy Grey. HEX triplet: AB, AA and A4. RGB value is (171,170,164). Sum of RGB (Red+Green+Blue) = 171+170+164=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAAA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAAA4 is #54555B. Grayscale: #A9A9A9. Windows color (decimal): -5526876 or 10791595. OLE color: 10791595.

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

Color convert

RGB171170164-
CMYK00.010.040.33
HSL51.43º4%65.69%-
HSV(B)51.43º4.09%67.06%-
XYZ37.8740.0940.86-
YUV169.61124.83128.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 164 (64.45% from 255) = 32.48%
R=33.86%
G=33.66%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117016400.010.040.3351.43465.69
HexABAAA40142133442
Octal25325224401441634102
Binary101010111010101010100100011001000011100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAA4; }

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

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

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

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

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

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

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

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