#96A2AA

Color #96A2AA Grey Chateau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Chateau #96A2AA

Tints of Grey Chateau #96A2AA

Color information

#96A2AA (or 0x96A2AA) is unknown color: approx Grey Chateau. HEX triplet: 96, A2 and AA. RGB value is (150,162,170). Sum of RGB (Red+Green+Blue) = 150+162+170=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 170 - color contains mainly: blue. Hex color #96A2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A2AA is #695D55. Grayscale: #9F9F9F. Windows color (decimal): -6905174 or 11182742. OLE color: 11182742.

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

Color convert

RGB150162170-
CMYK0.120.0500.33
HSL204º10.53%62.75%-
HSV(B)204º11.76%66.67%-
XYZ32.7535.2343.1-
YUV159.32134.02121.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.12%
GREEN value IS 162 (63.67% from 255) = 33.61%
BLUE value IS 170 (66.80% from 255) = 35.27%
R=31.12%
G=33.61%
B=35.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501621700.120.0500.3320410.5362.75
Hex96A2AAC5021ccb3f
Octal2262422521450413141377
Binary10010110101000101010101011001010100001110011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,162,170); }

 H1.HeaderClassName
 {
   color: #96A2AA;
 }
 .AnyTagClassName
 {
   color: #96A2AA;
 }
</style>
background-color css

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

 a { background-color: rgb(150,162,170); }

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

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

 span { border-color: rgb(150,162,170); }

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