#91ACA2

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

Shades of Cascade #91ACA2

Tints of Cascade #91ACA2

Color information

#91ACA2 (or 0x91ACA2) is unknown color: approx Cascade. HEX triplet: 91, AC and A2. RGB value is (145,172,162). Sum of RGB (Red+Green+Blue) = 145+172+162=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 172 - color contains mainly: green. Hex color #91ACA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91ACA2 is #6E535D. Grayscale: #A2A2A2. Windows color (decimal): -7230302 or 10661009. OLE color: 10661009.

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

Color convert

RGB145172162-
CMYK0.1600.060.33
HSL157.78º13.99%62.16%-
HSV(B)157.78º15.7%67.45%-
XYZ32.9538.1339.81-
YUV162.79127.55115.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.27%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 162 (63.67% from 255) = 33.82%
R=30.27%
G=35.91%
B=33.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451721620.1600.060.33157.7813.9962.16
Hex91ACA21006219ee3e
Octal2212542422006412361676
Binary100100011010110010100010100000110100001100111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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