#999AAB

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

Shades of Santas Grey #999AAB

Tints of Santas Grey #999AAB

Color information

#999AAB (or 0x999AAB) is unknown color: approx Santas Grey. HEX triplet: 99, 9A and AB. RGB value is (153,154,171). Sum of RGB (Red+Green+Blue) = 153+154+171=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #999AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999AAB is #666554. Grayscale: #9B9B9B. Windows color (decimal): -6710613 or 11246233. OLE color: 11246233.

HSL color Cylindrical-coordinate representation of color #999AAB: hue angle of 236.67º 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 #999AAB is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153154171-
CMYK0.110.1000.33
HSL236.67º9.68%63.53%-
HSV(B)236.67º10.53%67.06%-
XYZ32.0432.8243.17-
YUV155.64136.67126.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.01%
GREEN value IS 154 (60.55% from 255) = 32.22%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=32.01%
G=32.22%
B=35.77%

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
Decimal1531541710.110.1000.33236.679.6863.53
Hex999AABBA021eda40
Octal231232253131204135512100
Binary1001100110011010101010111011101001000011110110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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