#ABAAA3

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

Shades of Foggy Grey #ABAAA3

Tints of Foggy Grey #ABAAA3

Color information

#ABAAA3 (or 0xABAAA3) is unknown color: approx Foggy Grey. HEX triplet: AB, AA and A3. RGB value is (171,170,163). Sum of RGB (Red+Green+Blue) = 171+170+163=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAAA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAAA3 is #54555C. Grayscale: #A9A9A9. Windows color (decimal): -5526877 or 10726059. OLE color: 10726059.

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

Color convert

RGB171170163-
CMYK00.010.050.33
HSL52.5º4.55%65.49%-
HSV(B)52.5º4.68%67.06%-
XYZ37.7840.0540.39-
YUV169.5124.33129.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.93%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 163 (64.06% from 255) = 32.34%
R=33.93%
G=33.73%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117016300.010.050.3352.54.5565.49
HexABAAA30152135541
Octal25325224301541655101
Binary101010111010101010100011011011000011101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAA3; }

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

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

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

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

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

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

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

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