#9199A2

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

Shades of Grey Chateau #9199A2

Tints of Grey Chateau #9199A2

Color information

#9199A2 (or 0x9199A2) is unknown color: approx Grey Chateau. HEX triplet: 91, 99 and A2. RGB value is (145,153,162). Sum of RGB (Red+Green+Blue) = 145+153+162=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 162 - color contains mainly: blue. Hex color #9199A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9199A2 is #6E665D. Grayscale: #979797. Windows color (decimal): -7235166 or 10656145. OLE color: 10656145.

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

Color convert

RGB145153162-
CMYK0.100.0600.36
HSL211.76º8.37%60.2%-
HSV(B)211.76º10.49%63.53%-
XYZ29.5931.4138.69-
YUV151.63133.85123.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.52%
GREEN value IS 153 (60.16% from 255) = 33.26%
BLUE value IS 162 (63.67% from 255) = 35.22%
R=31.52%
G=33.26%
B=35.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1451531620.100.0600.36211.768.3760.2
Hex9199A2A6024d483c
Octal2212312421260443241074
Binary10010001100110011010001010101100100100110101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9199A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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