#999AAC

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

Shades of Santas Grey #999AAC

Tints of Santas Grey #999AAC

Color information

#999AAC (or 0x999AAC) is unknown color: approx Santas Grey. HEX triplet: 99, 9A and AC. RGB value is (153,154,172). Sum of RGB (Red+Green+Blue) = 153+154+172=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: blue. Hex color #999AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999AAC is #666553. Grayscale: #9B9B9B. Windows color (decimal): -6710612 or 11311769. OLE color: 11311769.

HSL color Cylindrical-coordinate representation of color #999AAC: hue angle of 236.84º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #999AAC is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153154172-
CMYK0.110.1000.33
HSL236.84º10.27%63.73%-
HSV(B)236.84º11.05%67.45%-
XYZ32.1432.8643.68-
YUV155.75137.17126.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.94%
GREEN value IS 154 (60.55% from 255) = 32.15%
BLUE value IS 172 (67.58% from 255) = 35.91%
R=31.94%
G=32.15%
B=35.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531541720.110.1000.33236.8410.2763.73
Hex999AACBA021eda40
Octal231232254131204135512100
Binary1001100110011010101011001011101001000011110110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999AAC; }

 p { color: rgb(153,154,172); }

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

<style>
 a { background-color: #999AAC; }

 a { background-color: rgb(153,154,172); }

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

<style>
 span { border-color: #999AAC; }

 span { border-color: rgb(153,154,172); }

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