#A8ACAA

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

Shades of Tower Grey #A8ACAA

Tints of Tower Grey #A8ACAA

Color information

#A8ACAA (or 0xA8ACAA) is unknown color: approx Tower Grey. HEX triplet: A8, AC and AA. RGB value is (168,172,170). Sum of RGB (Red+Green+Blue) = 168+172+170=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 172 - color contains mainly: green. Hex color #A8ACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ACAA is #575355. Grayscale: #AAAAAA. Windows color (decimal): -5722966 or 11185320. OLE color: 11185320.

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

Color convert

RGB168172170-
CMYK0.0200.010.33
HSL150º2.35%66.67%-
HSV(B)150º2.33%67.45%-
XYZ38.1640.7343.88-
YUV170.58127.67126.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.94%
GREEN value IS 172 (67.58% from 255) = 33.73%
BLUE value IS 170 (66.80% from 255) = 33.33%
R=32.94%
G=33.73%
B=33.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681721700.0200.010.331502.3566.67
HexA8ACAA2012196243
Octal250254252201412262103
Binary101010001010110010101010100110000110010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ACAA; }

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

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

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

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

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

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

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

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