Html Css Color HEX #95AAA0 Tower Grey

📋 copy color: '#95AAA0'

red 149 ◦ green 170 ◦ blue 160

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

Shades of Tower Grey #95AAA0

Tints of Tower Grey #95AAA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.4%

R = 31.11%
G = 35.49%
B = 33.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#95AAA0 (or 0x95AAA0) is known color: Tower Grey. HEX triplet: 95, AA and A0. RGB value is (149,170,160). Sum of RGB (Red+Green+Blue) = 149+170+160=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 170 - color contains mainly: green. Hex color #95AAA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AAA0 is #6A555F. Grayscale: #A2A2A2. Windows color (decimal): -6968672 or 10529429. OLE color: 10529429.

HSL color Cylindrical-coordinate representation of color #95AAA0: hue angle of 151.43º 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 #95AAA0 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 170 160 -
CMYK 0.12 0 0.06 0.33
HSL 151.43º 0.11% 0.63% -
HSV(B) 151.43º 0.12% 0.67% -
XYZ 33.11 37.68 38.78 -
YUV 162.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 149 170 160 0.12 0 0.06 0.33 151.43 0.11 0.63
Hex 95 AA A0 C 0 6 21 97 B 3F
Octal 225 252 240 14 0 6 41 227 13 77
Binary 10010101 10101010 10100000 1100 0 110 100001 10010111 1011 111111

Color Harmonies of #95AAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AAA0

Black with #95AAA0

Text Example


Text Example

White with #95AAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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