Html Css Color HEX #95A89D Tower Grey

📋 copy color: '#95A89D'

red 149 ◦ green 168 ◦ blue 157

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

Shades of Tower Grey #95A89D

Tints of Tower Grey #95A89D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.44%

 BLUE value IS 157 (61.72% from 255) = 33.12%

R = 31.43%
G = 35.44%
B = 33.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#95A89D (or 0x95A89D) is known color: Tower Grey. HEX triplet: 95, A8 and 9D. RGB value is (149,168,157). Sum of RGB (Red+Green+Blue) = 149+168+157=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 168 - color contains mainly: green. Hex color #95A89D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A89D is #6A5762. Grayscale: #A1A1A1. Windows color (decimal): -6969187 or 10332309. OLE color: 10332309.

HSL color Cylindrical-coordinate representation of color #95A89D: hue angle of 145.26º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #95A89D is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 149 168 157 -
CMYK 0.11 0 0.07 0.34
HSL 145.26º 0.1% 0.62% -
HSV(B) 145.26º 0.11% 0.66% -
XYZ 32.48 36.83 37.3 -
YUV 161.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 149 168 157 0.11 0 0.07 0.34 145.26 0.1 0.62
Hex 95 A8 9D B 0 7 22 91 A 3E
Octal 225 250 235 13 0 7 42 221 12 76
Binary 10010101 10101000 10011101 1011 0 111 100010 10010001 1010 111110

Color Harmonies of #95A89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A89D

Black with #95A89D

Text Example


Text Example

White with #95A89D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,168,157); }

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

background-color css

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

 a { background-color: rgb(149,168,157); }

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

border-color css

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

 span { border-color: rgb(149,168,157); }

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