#9099A2

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

Shades of Grey Chateau #9099A2

Tints of Grey Chateau #9099A2

Color information

#9099A2 (or 0x9099A2) is unknown color: approx Grey Chateau. HEX triplet: 90, 99 and A2. RGB value is (144,153,162). Sum of RGB (Red+Green+Blue) = 144+153+162=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 162 - color contains mainly: blue. Hex color #9099A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9099A2 is #6F665D. Grayscale: #979797. Windows color (decimal): -7300702 or 10656144. OLE color: 10656144.

HSL color Cylindrical-coordinate representation of color #9099A2: hue angle of 210º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9099A2 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB144153162-
CMYK0.110.0600.36
HSL210º8.82%60%-
HSV(B)210º11.11%63.53%-
XYZ29.4131.3238.68-
YUV151.33134.02122.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.37%
GREEN value IS 153 (60.16% from 255) = 33.33%
BLUE value IS 162 (63.67% from 255) = 35.29%
R=31.37%
G=33.33%
B=35.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1441531620.110.0600.362108.8260
Hex9099A2B6024d293c
Octal2202312421360443221174
Binary10010000100110011010001010111100100100110100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9099A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9099A2; }

 p { color: rgb(144,153,162); }

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

<style>
 a { background-color: #9099A2; }

 a { background-color: rgb(144,153,162); }

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

<style>
 span { border-color: #9099A2; }

 span { border-color: rgb(144,153,162); }

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