Html Css Color HEX #9992AE Santas Grey

📋 copy color: '#9992AE'

red 153 ◦ green 146 ◦ blue 174

#9992AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Santas Grey #9992AE

Tints of Santas Grey #9992AE

RGB

 RED value IS 153 (60.16% from 255) = 32.35%

 GREEN value IS 146 (57.42% from 255) = 30.87%

 BLUE value IS 174 (68.36% from 255) = 36.79%

R = 32.35%
G = 30.87%
B = 36.79%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9992AE (or 0x9992AE) is known color: Santas Grey. HEX triplet: 99, 92 and AE. RGB value is (153,146,174). Sum of RGB (Red+Green+Blue) = 153+146+174=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 174 - color contains mainly: blue. Hex color #9992AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9992AE is #666D51. Grayscale: #979797. Windows color (decimal): -6712658 or 11440793. OLE color: 11440793.

HSL color Cylindrical-coordinate representation of color #9992AE: hue angle of 255º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9992AE is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 146 174 -
CMYK 0.12 0.16 0 0.32
HSL 255º 0.15% 0.63% -
HSV(B) 255º 0.16% 0.68% -
XYZ 31.06 30.39 44.27 -
YUV 151.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 153 146 174 0.12 0.16 0 0.32 255 0.15 0.63
Hex 99 92 AE C 10 0 20 FF F 3F
Octal 231 222 256 14 20 0 40 377 17 77
Binary 10011001 10010010 10101110 1100 10000 0 100000 11111111 1111 111111

Color Harmonies of #9992AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9992AE

Black with #9992AE

Text Example


Text Example

White with #9992AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9992AE;
 }
 .AnyTagClassName
 {
   color: #9992AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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