Html Css Color HEX #95A1AA Grey Chateau

📋 copy color: '#95A1AA'

red 149 ◦ green 161 ◦ blue 170

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

Shades of Grey Chateau #95A1AA

Tints of Grey Chateau #95A1AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.42%

R = 31.04%
G = 33.54%
B = 35.42%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#95A1AA (or 0x95A1AA) is known color: Grey Chateau. HEX triplet: 95, A1 and AA. RGB value is (149,161,170). Sum of RGB (Red+Green+Blue) = 149+161+170=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 170 - color contains mainly: blue. Hex color #95A1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A1AA is #6A5E55. Grayscale: #9E9E9E. Windows color (decimal): -6970966 or 11182485. OLE color: 11182485.

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

Color convert

RGB 149 161 170 -
CMYK 0.12 0.05 0 0.33
HSL 205.71º 0.11% 0.63% -
HSV(B) 205.71º 0.12% 0.67% -
XYZ 32.4 34.78 43.04 -
YUV 158.44 134.52 121.27 -
System Red Green Blue C M Y K H S L
Decimal 149 161 170 0.12 0.05 0 0.33 205.71 0.11 0.63
Hex 95 A1 AA C 5 0 21 CE B 3F
Octal 225 241 252 14 5 0 41 316 13 77
Binary 10010101 10100001 10101010 1100 101 0 100001 11001110 1011 111111

Color Harmonies of #95A1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A1AA

Black with #95A1AA

Text Example


Text Example

White with #95A1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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