#96A2AB

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

Shades of Grey Chateau #96A2AB

Tints of Grey Chateau #96A2AB

Color information

#96A2AB (or 0x96A2AB) is unknown color: approx Grey Chateau. HEX triplet: 96, A2 and AB. RGB value is (150,162,171). Sum of RGB (Red+Green+Blue) = 150+162+171=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 171 - color contains mainly: blue. Hex color #96A2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A2AB is #695D54. Grayscale: #9F9F9F. Windows color (decimal): -6905173 or 11248278. OLE color: 11248278.

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

Color convert

RGB150162171-
CMYK0.120.0500.33
HSL205.71º11.11%62.94%-
HSV(B)205.71º12.28%67.06%-
XYZ32.8535.2643.6-
YUV159.44134.52121.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.06%
GREEN value IS 162 (63.67% from 255) = 33.54%
BLUE value IS 171 (67.19% from 255) = 35.40%
R=31.06%
G=33.54%
B=35.40%

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
Decimal1501621710.120.0500.33205.7111.1162.94
Hex96A2ABC5021ceb3f
Octal2262422531450413161377
Binary10010110101000101010101111001010100001110011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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