#96A2AF

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

Shades of Grey Chateau #96A2AF

Tints of Grey Chateau #96A2AF

Color information

#96A2AF (or 0x96A2AF) is unknown color: approx Grey Chateau. HEX triplet: 96, A2 and AF. RGB value is (150,162,175). Sum of RGB (Red+Green+Blue) = 150+162+175=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 175 - color contains mainly: blue. Hex color #96A2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A2AF is #695D50. Grayscale: #9F9F9F. Windows color (decimal): -6905169 or 11510422. OLE color: 11510422.

HSL color Cylindrical-coordinate representation of color #96A2AF: hue angle of 211.2º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96A2AF is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB150162175-
CMYK0.140.0700.31
HSL211.2º13.51%63.73%-
HSV(B)211.2º14.29%68.63%-
XYZ33.2435.4245.64-
YUV159.89136.52120.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.80%
GREEN value IS 162 (63.67% from 255) = 33.26%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=30.80%
G=33.26%
B=35.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501621750.140.0700.31211.213.5163.73
Hex96A2AFE701Fd3e40
Octal22624225716703732316100
Binary10010110101000101010111111101110111111101001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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