Html Css Color HEX #96A0AC Grey Chateau

📋 copy color: '#96A0AC'

red 150 ◦ green 160 ◦ blue 172

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

Shades of Grey Chateau #96A0AC

Tints of Grey Chateau #96A0AC

RGB

 RED value IS 150 (58.98% from 255) = 31.12%

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

 BLUE value IS 172 (67.58% from 255) = 35.68%

R = 31.12%
G = 33.2%
B = 35.68%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#96A0AC (or 0x96A0AC) is known color: Grey Chateau. HEX triplet: 96, A0 and AC. RGB value is (150,160,172). Sum of RGB (Red+Green+Blue) = 150+160+172=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 172 - color contains mainly: blue. Hex color #96A0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A0AC is #695F53. Grayscale: #9E9E9E. Windows color (decimal): -6905684 or 11313302. OLE color: 11313302.

HSL color Cylindrical-coordinate representation of color #96A0AC: hue angle of 212.73º 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 #96A0AC is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 160 172 -
CMYK 0.13 0.07 0 0.33
HSL 212.73º 0.12% 0.63% -
HSV(B) 212.73º 0.13% 0.67% -
XYZ 32.59 34.6 43.99 -
YUV 158.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 150 160 172 0.13 0.07 0 0.33 212.73 0.12 0.63
Hex 96 A0 AC D 7 0 21 D5 C 3F
Octal 226 240 254 15 7 0 41 325 14 77
Binary 10010110 10100000 10101100 1101 111 0 100001 11010101 1100 111111

Color Harmonies of #96A0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A0AC

Black with #96A0AC

Text Example


Text Example

White with #96A0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96A0AC; }

 p { color: rgb(150,160,172); }

 H1.HeaderClassName
 {
   color: #96A0AC;
 }
 .AnyTagClassName
 {
   color: #96A0AC;
 }
</style>

background-color css

<style>
 a { background-color: #96A0AC; }

 a { background-color: rgb(150,160,172); }

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

border-color css

<style>
 span { border-color: #96A0AC; }

 span { border-color: rgb(150,160,172); }

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