#9292AF

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

Shades of Santas Grey #9292AF

Tints of Santas Grey #9292AF

Color information

#9292AF (or 0x9292AF) is unknown color: approx Santas Grey. HEX triplet: 92, 92 and AF. RGB value is (146,146,175). Sum of RGB (Red+Green+Blue) = 146+146+175=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 175 - color contains mainly: blue. Hex color #9292AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9292AF is #6D6D50. Grayscale: #959595. Windows color (decimal): -7171409 or 11506322. OLE color: 11506322.

HSL color Cylindrical-coordinate representation of color #9292AF: hue angle of 240º 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 #9292AF is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB146146175-
CMYK0.170.1700.31
HSL240º15.34%62.94%-
HSV(B)240º16.57%68.63%-
XYZ29.8729.7644.73-
YUV149.31142.5125.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.26%
GREEN value IS 146 (57.42% from 255) = 31.26%
BLUE value IS 175 (68.75% from 255) = 37.47%
R=31.26%
G=31.26%
B=37.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461461750.170.1700.3124015.3462.94
Hex9292AF111101Ff0f3f
Octal22222225721210373601777
Binary1001001010010010101011111000110001011111111100001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9292AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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