#9299A0

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

Shades of Grey Chateau #9299A0

Tints of Grey Chateau #9299A0

Color information

#9299A0 (or 0x9299A0) is unknown color: approx Grey Chateau. HEX triplet: 92, 99 and A0. RGB value is (146,153,160). Sum of RGB (Red+Green+Blue) = 146+153+160=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 160 - color contains mainly: blue. Hex color #9299A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9299A0 is #6D665F. Grayscale: #979797. Windows color (decimal): -7169632 or 10525074. OLE color: 10525074.

HSL color Cylindrical-coordinate representation of color #9299A0: hue angle of 210º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9299A0 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB146153160-
CMYK0.090.0400.37
HSL210º6.86%60%-
HSV(B)210º8.75%62.75%-
XYZ29.5931.4337.77-
YUV151.7132.68123.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.81%
GREEN value IS 153 (60.16% from 255) = 33.33%
BLUE value IS 160 (62.89% from 255) = 34.86%
R=31.81%
G=33.33%
B=34.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1461531600.090.0400.372106.8660
Hex9299A094025d273c
Octal222231240114045322774
Binary1001001010011001101000001001100010010111010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9299A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9299A0; }

 p { color: rgb(146,153,160); }

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

<style>
 a { background-color: #9299A0; }

 a { background-color: rgb(146,153,160); }

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

<style>
 span { border-color: #9299A0; }

 span { border-color: rgb(146,153,160); }

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