#99ACA2

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

Shades of Tower Grey #99ACA2

Tints of Tower Grey #99ACA2

Color information

#99ACA2 (or 0x99ACA2) is unknown color: approx Tower Grey. HEX triplet: 99, AC and A2. RGB value is (153,172,162). Sum of RGB (Red+Green+Blue) = 153+172+162=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 172 - color contains mainly: green. Hex color #99ACA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ACA2 is #66535D. Grayscale: #A5A5A5. Windows color (decimal): -6706014 or 10661017. OLE color: 10661017.

HSL color Cylindrical-coordinate representation of color #99ACA2: hue angle of 148.42º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99ACA2 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB153172162-
CMYK0.1100.060.33
HSL148.42º10.27%63.73%-
HSV(B)148.42º11.05%67.45%-
XYZ34.4138.8939.87-
YUV165.18126.21119.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.42%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 162 (63.67% from 255) = 33.26%
R=31.42%
G=35.32%
B=33.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531721620.1100.060.33148.4210.2763.73
Hex99ACA2B062194a40
Octal23125424213064122412100
Binary100110011010110010100010101101101000011001010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99ACA2; }

 p { color: rgb(153,172,162); }

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

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

 a { background-color: rgb(153,172,162); }

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

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

 span { border-color: rgb(153,172,162); }

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