#9AAEA3

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

Shades of Tower Grey #9AAEA3

Tints of Tower Grey #9AAEA3

Color information

#9AAEA3 (or 0x9AAEA3) is unknown color: approx Tower Grey. HEX triplet: 9A, AE and A3. RGB value is (154,174,163). Sum of RGB (Red+Green+Blue) = 154+174+163=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAEA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAEA3 is #65515C. Grayscale: #A6A6A6. Windows color (decimal): -6639965 or 10727066. OLE color: 10727066.

HSL color Cylindrical-coordinate representation of color #9AAEA3: hue angle of 147º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9AAEA3 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB154174163-
CMYK0.1100.060.32
HSL147º10.99%64.31%-
HSV(B)147º11.49%68.24%-
XYZ35.0739.7940.48-
YUV166.77125.87118.89-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.36%
GREEN value IS 174 (68.36% from 255) = 35.44%
BLUE value IS 163 (64.06% from 255) = 33.20%
R=31.36%
G=35.44%
B=33.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541741630.1100.060.3214710.9964.31
Hex9AAEA3B062093b40
Octal23225624313064022313100
Binary100110101010111010100011101101101000001001001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AAEA3; }

 p { color: rgb(154,174,163); }

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

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

 a { background-color: rgb(154,174,163); }

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

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

 span { border-color: rgb(154,174,163); }

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