Html Css Color HEX #95A0AB Grey Chateau

📋 copy color: '#95A0AB'

red 149 ◦ green 160 ◦ blue 171

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

Shades of Grey Chateau #95A0AB

Tints of Grey Chateau #95A0AB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.33%

 BLUE value IS 171 (67.19% from 255) = 35.63%

R = 31.04%
G = 33.33%
B = 35.63%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#95A0AB (or 0x95A0AB) is known color: Grey Chateau. HEX triplet: 95, A0 and AB. RGB value is (149,160,171). Sum of RGB (Red+Green+Blue) = 149+160+171=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 171 - color contains mainly: blue. Hex color #95A0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A0AB is #6A5F54. Grayscale: #9D9D9D. Windows color (decimal): -6971221 or 11247765. OLE color: 11247765.

HSL color Cylindrical-coordinate representation of color #95A0AB: hue angle of 210º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #95A0AB is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 160 171 -
CMYK 0.13 0.06 0 0.33
HSL 210º 0.12% 0.63% -
HSV(B) 210º 0.13% 0.67% -
XYZ 32.32 34.47 43.48 -
YUV 157.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 149 160 171 0.13 0.06 0 0.33 210 0.12 0.63
Hex 95 A0 AB D 6 0 21 D2 C 3F
Octal 225 240 253 15 6 0 41 322 14 77
Binary 10010101 10100000 10101011 1101 110 0 100001 11010010 1100 111111

Color Harmonies of #95A0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A0AB

Black with #95A0AB

Text Example


Text Example

White with #95A0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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