#95ACA5

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

Shades of Cascade #95ACA5

Tints of Cascade #95ACA5

Color information

#95ACA5 (or 0x95ACA5) is unknown color: approx Cascade. HEX triplet: 95, AC and A5. RGB value is (149,172,165). Sum of RGB (Red+Green+Blue) = 149+172+165=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 172 - color contains mainly: green. Hex color #95ACA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95ACA5 is #6A535A. Grayscale: #A4A4A4. Windows color (decimal): -6968155 or 10857621. OLE color: 10857621.

HSL color Cylindrical-coordinate representation of color #95ACA5: hue angle of 161.74º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #95ACA5 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB149172165-
CMYK0.1300.040.33
HSL161.74º12.17%62.94%-
HSV(B)161.74º13.37%67.45%-
XYZ33.9438.6141.26-
YUV164.32128.38117.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.66%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 165 (64.84% from 255) = 33.95%
R=30.66%
G=35.39%
B=33.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491721650.1300.040.33161.7412.1762.94
Hex95ACA5D0421a2c3f
Octal2252542451504412421477
Binary10010101101011001010010111010100100001101000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95ACA5; }

 p { color: rgb(149,172,165); }

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

<style>
 a { background-color: #95ACA5; }

 a { background-color: rgb(149,172,165); }

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

<style>
 span { border-color: #95ACA5; }

 span { border-color: rgb(149,172,165); }

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