Html Css Color HEX #95A69D Tower Grey

📋 copy color: '#95A69D'

red 149 ◦ green 166 ◦ blue 157

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

Shades of Tower Grey #95A69D

Tints of Tower Grey #95A69D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.17%

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

R = 31.57%
G = 35.17%
B = 33.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#95A69D (or 0x95A69D) is known color: Tower Grey. HEX triplet: 95, A6 and 9D. RGB value is (149,166,157). Sum of RGB (Red+Green+Blue) = 149+166+157=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 166 - color contains mainly: green. Hex color #95A69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A69D is #6A5962. Grayscale: #9F9F9F. Windows color (decimal): -6969699 or 10331797. OLE color: 10331797.

HSL color Cylindrical-coordinate representation of color #95A69D: hue angle of 148.24º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #95A69D is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 166 157 -
CMYK 0.10 0 0.05 0.35
HSL 148.24º 0.09% 0.62% -
HSV(B) 148.24º 0.1% 0.65% -
XYZ 32.12 36.1 37.17 -
YUV 159.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 149 166 157 0.10 0 0.05 0.35 148.24 0.09 0.62
Hex 95 A6 9D A 0 5 23 94 9 3E
Octal 225 246 235 12 0 5 43 224 11 76
Binary 10010101 10100110 10011101 1010 0 101 100011 10010100 1001 111110

Color Harmonies of #95A69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A69D

Black with #95A69D

Text Example


Text Example

White with #95A69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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