#9992AF

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

Shades of Santas Grey #9992AF

Tints of Santas Grey #9992AF

Color information

#9992AF (or 0x9992AF) is unknown color: approx Santas Grey. HEX triplet: 99, 92 and AF. RGB value is (153,146,175). Sum of RGB (Red+Green+Blue) = 153+146+175=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: blue. Hex color #9992AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9992AF is #666D50. Grayscale: #979797. Windows color (decimal): -6712657 or 11506329. OLE color: 11506329.

HSL color Cylindrical-coordinate representation of color #9992AF: hue angle of 254.48º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9992AF is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB153146175-
CMYK0.130.1700.31
HSL254.48º15.34%62.94%-
HSV(B)254.48º16.57%68.63%-
XYZ31.1530.4344.79-
YUV151.4141.32129.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.28%
GREEN value IS 146 (57.42% from 255) = 30.80%
BLUE value IS 175 (68.75% from 255) = 36.92%
R=32.28%
G=30.80%
B=36.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531461750.130.1700.31254.4815.3462.94
Hex9992AFD1101Ffef3f
Octal23122225715210373761777
Binary100110011001001010101111110110001011111111111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9992AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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