#92AAA5

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

Shades of Cascade #92AAA5

Tints of Cascade #92AAA5

Color information

#92AAA5 (or 0x92AAA5) is unknown color: approx Cascade. HEX triplet: 92, AA and A5. RGB value is (146,170,165). Sum of RGB (Red+Green+Blue) = 146+170+165=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 170 - color contains mainly: green. Hex color #92AAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AAA5 is #6D555A. Grayscale: #A2A2A2. Windows color (decimal): -7165275 or 10857106. OLE color: 10857106.

HSL color Cylindrical-coordinate representation of color #92AAA5: hue angle of 167.5º 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 #92AAA5 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB146170165-
CMYK0.1400.030.33
HSL167.5º12.37%61.96%-
HSV(B)167.5º14.12%66.67%-
XYZ33.0237.5841.11-
YUV162.25129.55116.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.35%
GREEN value IS 170 (66.80% from 255) = 35.34%
BLUE value IS 165 (64.84% from 255) = 34.30%
R=30.35%
G=35.34%
B=34.30%

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
Decimal1461701650.1400.030.33167.512.3761.96
Hex92AAA5E0321a7c3e
Octal2222522451603412471476
Binary1001001010101010101001011110011100001101001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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