#999BAA

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

Shades of Santas Grey #999BAA

Tints of Santas Grey #999BAA

Color information

#999BAA (or 0x999BAA) is unknown color: approx Santas Grey. HEX triplet: 99, 9B and AA. RGB value is (153,155,170). Sum of RGB (Red+Green+Blue) = 153+155+170=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 170 - color contains mainly: blue. Hex color #999BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999BAA is #666455. Grayscale: #9C9C9C. Windows color (decimal): -6710358 or 11180953. OLE color: 11180953.

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

Color convert

RGB153155170-
CMYK0.10.0900.33
HSL232.94º9.09%63.33%-
HSV(B)232.94º10%66.67%-
XYZ32.1133.1242.73-
YUV156.11135.84125.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.01%
GREEN value IS 155 (60.94% from 255) = 32.43%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=32.01%
G=32.43%
B=35.56%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531551700.10.0900.33232.949.0963.33
Hex999BAAA9021e993f
Octal23123325212110413511177
Binary100110011001101110101010101010010100001111010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,155,170); }

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

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

 a { background-color: rgb(153,155,170); }

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

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

 span { border-color: rgb(153,155,170); }

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