Html Css Color HEX #959AA0 Grey Chateau

📋 copy color: '#959AA0'

red 149 ◦ green 154 ◦ blue 160

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

Shades of Grey Chateau #959AA0

Tints of Grey Chateau #959AA0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.26%

 BLUE value IS 160 (62.89% from 255) = 34.56%

R = 32.18%
G = 33.26%
B = 34.56%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#959AA0 (or 0x959AA0) is known color: Grey Chateau. HEX triplet: 95, 9A and A0. RGB value is (149,154,160). Sum of RGB (Red+Green+Blue) = 149+154+160=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 160 - color contains mainly: blue. Hex color #959AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959AA0 is #6A655F. Grayscale: #999999. Windows color (decimal): -6972768 or 10525333. OLE color: 10525333.

HSL color Cylindrical-coordinate representation of color #959AA0: hue angle of 212.73º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #959AA0 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 154 160 -
CMYK 0.07 0.04 0 0.37
HSL 212.73º 0.05% 0.61% -
HSV(B) 212.73º 0.07% 0.63% -
XYZ 30.3 32.04 37.85 -
YUV 153.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 149 154 160 0.07 0.04 0 0.37 212.73 0.05 0.61
Hex 95 9A A0 7 4 0 25 D5 5 3D
Octal 225 232 240 7 4 0 45 325 5 75
Binary 10010101 10011010 10100000 111 100 0 100101 11010101 101 111101

Color Harmonies of #959AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959AA0

Black with #959AA0

Text Example


Text Example

White with #959AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959AA0; }

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

 H1.HeaderClassName
 {
   color: #959AA0;
 }
 .AnyTagClassName
 {
   color: #959AA0;
 }
</style>

background-color css

<style>
 a { background-color: #959AA0; }

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

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

border-color css

<style>
 span { border-color: #959AA0; }

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

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