Html Css Color HEX #95AA9E Tower Grey

📋 copy color: '#95AA9E'

red 149 ◦ green 170 ◦ blue 158

#95AA9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tower Grey #95AA9E

Tints of Tower Grey #95AA9E

RGB

 RED value IS 149 (58.59% from 255) = 31.24%

 GREEN value IS 170 (66.8% from 255) = 35.64%

 BLUE value IS 158 (62.11% from 255) = 33.12%

R = 31.24%
G = 35.64%
B = 33.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#95AA9E (or 0x95AA9E) is known color: Tower Grey. HEX triplet: 95, AA and 9E. RGB value is (149,170,158). Sum of RGB (Red+Green+Blue) = 149+170+158=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 170 - color contains mainly: green. Hex color #95AA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AA9E is #6A5561. Grayscale: #A2A2A2. Windows color (decimal): -6968674 or 10398357. OLE color: 10398357.

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

Color convert

RGB 149 170 158 -
CMYK 0.12 0 0.07 0.33
HSL 145.71º 0.11% 0.63% -
HSV(B) 145.71º 0.12% 0.67% -
XYZ 32.94 37.61 37.87 -
YUV 162.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 149 170 158 0.12 0 0.07 0.33 145.71 0.11 0.63
Hex 95 AA 9E C 0 7 21 92 B 3F
Octal 225 252 236 14 0 7 41 222 13 77
Binary 10010101 10101010 10011110 1100 0 111 100001 10010010 1011 111111

Color Harmonies of #95AA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AA9E

Black with #95AA9E

Text Example


Text Example

White with #95AA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,170,158); }

 H1.HeaderClassName
 {
   color: #95AA9E;
 }
 .AnyTagClassName
 {
   color: #95AA9E;
 }
</style>

background-color css

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

 a { background-color: rgb(149,170,158); }

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

border-color css

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

 span { border-color: rgb(149,170,158); }

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