#9D9AAB

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

Shades of Santas Grey #9D9AAB

Tints of Santas Grey #9D9AAB

Color information

#9D9AAB (or 0x9D9AAB) is unknown color: approx Santas Grey. HEX triplet: 9D, 9A and AB. RGB value is (157,154,171). Sum of RGB (Red+Green+Blue) = 157+154+171=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D9AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9AAB is #626554. Grayscale: #9C9C9C. Windows color (decimal): -6448469 or 11246237. OLE color: 11246237.

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

Color convert

RGB157154171-
CMYK0.080.1000.33
HSL250.59º9.19%63.73%-
HSV(B)250.59º9.94%67.06%-
XYZ32.8133.2243.21-
YUV156.84135.99128.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.57%
GREEN value IS 154 (60.55% from 255) = 31.95%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=32.57%
G=31.95%
B=35.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571541710.080.1000.33250.599.1963.73
Hex9D9AAB8A021fb940
Octal235232253101204137311100
Binary1001110110011010101010111000101001000011111101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D9AAB; }

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

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

<style>
 a { background-color: #9D9AAB; }

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

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

<style>
 span { border-color: #9D9AAB; }

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

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