#93AAA5

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

Shades of Cascade #93AAA5

Tints of Cascade #93AAA5

Color information

#93AAA5 (or 0x93AAA5) is unknown color: approx Cascade. HEX triplet: 93, AA and A5. RGB value is (147,170,165). Sum of RGB (Red+Green+Blue) = 147+170+165=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 170 - color contains mainly: green. Hex color #93AAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AAA5 is #6C555A. Grayscale: #A2A2A2. Windows color (decimal): -7099739 or 10857107. OLE color: 10857107.

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

Color convert

RGB147170165-
CMYK0.1400.030.33
HSL166.96º11.92%62.16%-
HSV(B)166.96º13.53%66.67%-
XYZ33.237.6741.12-
YUV162.55129.38116.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.50%
GREEN value IS 170 (66.80% from 255) = 35.27%
BLUE value IS 165 (64.84% from 255) = 34.23%
R=30.50%
G=35.27%
B=34.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471701650.1400.030.33166.9611.9262.16
Hex93AAA5E0321a7c3e
Octal2232522451603412471476
Binary1001001110101010101001011110011100001101001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93AAA5; }

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

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

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

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

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

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

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

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