#A5AAA8

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

Shades of Tower Grey #A5AAA8

Tints of Tower Grey #A5AAA8

Color information

#A5AAA8 (or 0xA5AAA8) is unknown color: approx Tower Grey. HEX triplet: A5, AA and A8. RGB value is (165,170,168). Sum of RGB (Red+Green+Blue) = 165+170+168=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AAA8 is #5A5557. Grayscale: #A8A8A8. Windows color (decimal): -5920088 or 11053733. OLE color: 11053733.

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

Color convert

RGB165170168-
CMYK0.0300.010.33
HSL156º2.86%65.69%-
HSV(B)156º2.94%66.67%-
XYZ36.9639.5842.74-
YUV168.28127.84125.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 168 (66.02% from 255) = 33.40%
R=32.80%
G=33.80%
B=33.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651701680.0300.010.331562.8665.69
HexA5AAA8301219c342
Octal245252250301412343102
Binary101001011010101010101000110110000110011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AAA8; }

 p { color: rgb(165,170,168); }

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

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

 a { background-color: rgb(165,170,168); }

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

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

 span { border-color: rgb(165,170,168); }

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