#95A4A1

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

Shades of Cascade #95A4A1

Tints of Cascade #95A4A1

Color information

#95A4A1 (or 0x95A4A1) is unknown color: approx Cascade. HEX triplet: 95, A4 and A1. RGB value is (149,164,161). Sum of RGB (Red+Green+Blue) = 149+164+161=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 164 - color contains mainly: green. Hex color #95A4A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A4A1 is #6A5B5E. Grayscale: #9F9F9F. Windows color (decimal): -6970207 or 10593429. OLE color: 10593429.

HSL color Cylindrical-coordinate representation of color #95A4A1: hue angle of 168º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #95A4A1 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB149164161-
CMYK0.0900.020.36
HSL168º7.61%61.37%-
HSV(B)168º9.15%64.31%-
XYZ32.135.5138.88-
YUV159.17129.03120.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.43%
GREEN value IS 164 (64.45% from 255) = 34.60%
BLUE value IS 161 (63.28% from 255) = 33.97%
R=31.43%
G=34.60%
B=33.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491641610.0900.020.361687.6161.37
Hex95A4A190224a883d
Octal2252442411102442501075
Binary1001010110100100101000011001010100100101010001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,164,161); }

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

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

 a { background-color: rgb(149,164,161); }

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

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

 span { border-color: rgb(149,164,161); }

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