#9AA2A0

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

Shades of Cascade #9AA2A0

Tints of Cascade #9AA2A0

Color information

#9AA2A0 (or 0x9AA2A0) is unknown color: approx Cascade. HEX triplet: 9A, A2 and A0. RGB value is (154,162,160). Sum of RGB (Red+Green+Blue) = 154+162+160=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA2A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA2A0 is #655D5F. Grayscale: #9F9F9F. Windows color (decimal): -6643040 or 10527386. OLE color: 10527386.

HSL color Cylindrical-coordinate representation of color #9AA2A0: hue angle of 165º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9AA2A0 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB154162160-
CMYK0.0500.010.36
HSL165º4.12%61.96%-
HSV(B)165º4.94%63.53%-
XYZ32.5935.2538.34-
YUV159.38128.35124.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.35%
GREEN value IS 162 (63.67% from 255) = 34.03%
BLUE value IS 160 (62.89% from 255) = 33.61%
R=32.35%
G=34.03%
B=33.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541621600.0500.010.361654.1261.96
Hex9AA2A050124a543e
Octal23224224050144245476
Binary1001101010100010101000001010110010010100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,162,160); }

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

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

 a { background-color: rgb(154,162,160); }

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

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

 span { border-color: rgb(154,162,160); }

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