#9992AE

Color #9992AE Santas Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Santas Grey #9992AE

Tints of Santas Grey #9992AE

Color information

#9992AE (or 0x9992AE) is unknown color: approx Santas Grey. HEX triplet: 99, 92 and AE. RGB value is (153,146,174). Sum of RGB (Red+Green+Blue) = 153+146+174=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 174 - color contains mainly: blue. Hex color #9992AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9992AE is #666D51. Grayscale: #979797. Windows color (decimal): -6712658 or 11440793. OLE color: 11440793.

HSL color Cylindrical-coordinate representation of color #9992AE: hue angle of 255º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9992AE is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB153146174-
CMYK0.120.1600.32
HSL255º14.74%62.75%-
HSV(B)255º16.09%68.24%-
XYZ31.0630.3944.27-
YUV151.29140.82129.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.35%
GREEN value IS 146 (57.42% from 255) = 30.87%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=32.35%
G=30.87%
B=36.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531461740.120.1600.3225514.7462.75
Hex9992AEC10020fff3f
Octal23122225614200403771777
Binary1001100110010010101011101100100000100000111111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9992AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9992AE; }

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

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

<style>
 a { background-color: #9992AE; }

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

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

<style>
 span { border-color: #9992AE; }

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

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