Html Css Color HEX #95A0A7 Grey Chateau

📋 copy color: '#95A0A7'

red 149 ◦ green 160 ◦ blue 167

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

Shades of Grey Chateau #95A0A7

Tints of Grey Chateau #95A0A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.08%

R = 31.3%
G = 33.61%
B = 35.08%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#95A0A7 (or 0x95A0A7) is known color: Grey Chateau. HEX triplet: 95, A0 and A7. RGB value is (149,160,167). Sum of RGB (Red+Green+Blue) = 149+160+167=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 167 (65.62% from 255 or 35.08% from 476); Max value from RGB is 167 - color contains mainly: blue. Hex color #95A0A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A0A7 is #6A5F58. Grayscale: #9D9D9D. Windows color (decimal): -6971225 or 10985621. OLE color: 10985621.

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

Color convert

RGB 149 160 167 -
CMYK 0.11 0.04 0 0.35
HSL 203.33º 0.09% 0.62% -
HSV(B) 203.33º 0.11% 0.65% -
XYZ 31.94 34.32 41.5 -
YUV 157.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 149 160 167 0.11 0.04 0 0.35 203.33 0.09 0.62
Hex 95 A0 A7 B 4 0 23 CB 9 3E
Octal 225 240 247 13 4 0 43 313 11 76
Binary 10010101 10100000 10100111 1011 100 0 100011 11001011 1001 111110

Color Harmonies of #95A0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A0A7

Black with #95A0A7

Text Example


Text Example

White with #95A0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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