Html Css Color HEX #95A19C Tower Grey

📋 copy color: '#95A19C'

red 149 ◦ green 161 ◦ blue 156

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

Shades of Tower Grey #95A19C

Tints of Tower Grey #95A19C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.55%

 BLUE value IS 156 (61.33% from 255) = 33.48%

R = 31.97%
G = 34.55%
B = 33.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#95A19C (or 0x95A19C) is known color: Tower Grey. HEX triplet: 95, A1 and 9C. RGB value is (149,161,156). Sum of RGB (Red+Green+Blue) = 149+161+156=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 161 - color contains mainly: green. Hex color #95A19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A19C is #6A5E63. Grayscale: #9C9C9C. Windows color (decimal): -6970980 or 10264981. OLE color: 10264981.

HSL color Cylindrical-coordinate representation of color #95A19C: hue angle of 155º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #95A19C is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 161 156 -
CMYK 0.07 0 0.03 0.37
HSL 155º 0.06% 0.61% -
HSV(B) 155º 0.07% 0.63% -
XYZ 31.14 34.28 36.43 -
YUV 156.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 149 161 156 0.07 0 0.03 0.37 155 0.06 0.61
Hex 95 A1 9C 7 0 3 25 9B 6 3D
Octal 225 241 234 7 0 3 45 233 6 75
Binary 10010101 10100001 10011100 111 0 11 100101 10011011 110 111101

Color Harmonies of #95A19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A19C

Black with #95A19C

Text Example


Text Example

White with #95A19C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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