Html Css Color HEX #95A1AD Grey Chateau

📋 copy color: '#95A1AD'

red 149 ◦ green 161 ◦ blue 173

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

Shades of Grey Chateau #95A1AD

Tints of Grey Chateau #95A1AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.82%

R = 30.85%
G = 33.33%
B = 35.82%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#95A1AD (or 0x95A1AD) is known color: Grey Chateau. HEX triplet: 95, A1 and AD. RGB value is (149,161,173). Sum of RGB (Red+Green+Blue) = 149+161+173=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 173 - color contains mainly: blue. Hex color #95A1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A1AD is #6A5E52. Grayscale: #9E9E9E. Windows color (decimal): -6970963 or 11379093. OLE color: 11379093.

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

Color convert

RGB 149 161 173 -
CMYK 0.14 0.07 0 0.32
HSL 210º 0.13% 0.63% -
HSV(B) 210º 0.14% 0.68% -
XYZ 32.68 34.9 44.55 -
YUV 158.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 149 161 173 0.14 0.07 0 0.32 210 0.13 0.63
Hex 95 A1 AD E 7 0 20 D2 D 3F
Octal 225 241 255 16 7 0 40 322 15 77
Binary 10010101 10100001 10101101 1110 111 0 100000 11010010 1101 111111

Color Harmonies of #95A1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A1AD

Black with #95A1AD

Text Example


Text Example

White with #95A1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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