Html Css Color HEX #95A39C Tower Grey

📋 copy color: '#95A39C'

red 149 ◦ green 163 ◦ blue 156

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

Shades of Tower Grey #95A39C

Tints of Tower Grey #95A39C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.83%

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

R = 31.84%
G = 34.83%
B = 33.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#95A39C (or 0x95A39C) is known color: Tower Grey. HEX triplet: 95, A3 and 9C. RGB value is (149,163,156). Sum of RGB (Red+Green+Blue) = 149+163+156=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 163 - color contains mainly: green. Hex color #95A39C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A39C is #6A5C63. Grayscale: #9E9E9E. Windows color (decimal): -6970468 or 10265493. OLE color: 10265493.

HSL color Cylindrical-coordinate representation of color #95A39C: hue angle of 150º degrees, saturation: 0.07, 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 #95A39C is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 163 156 -
CMYK 0.09 0 0.04 0.36
HSL 150º 0.07% 0.61% -
HSV(B) 150º 0.09% 0.64% -
XYZ 31.49 34.98 36.55 -
YUV 158.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 149 163 156 0.09 0 0.04 0.36 150 0.07 0.61
Hex 95 A3 9C 9 0 4 24 96 7 3D
Octal 225 243 234 11 0 4 44 226 7 75
Binary 10010101 10100011 10011100 1001 0 100 100100 10010110 111 111101

Color Harmonies of #95A39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A39C

Black with #95A39C

Text Example


Text Example

White with #95A39C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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