Html Css Color HEX #9993AF Santas Grey

📋 copy color: '#9993AF'

red 153 ◦ green 147 ◦ blue 175

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

Shades of Santas Grey #9993AF

Tints of Santas Grey #9993AF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.95%

 BLUE value IS 175 (68.75% from 255) = 36.84%

R = 32.21%
G = 30.95%
B = 36.84%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9993AF (or 0x9993AF) is known color: Santas Grey. HEX triplet: 99, 93 and AF. RGB value is (153,147,175). Sum of RGB (Red+Green+Blue) = 153+147+175=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 175 - color contains mainly: blue. Hex color #9993AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9993AF is #666C50. Grayscale: #979797. Windows color (decimal): -6712401 or 11506585. OLE color: 11506585.

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

Color convert

RGB 153 147 175 -
CMYK 0.13 0.16 0 0.31
HSL 252.86º 0.15% 0.63% -
HSV(B) 252.86º 0.16% 0.69% -
XYZ 31.31 30.73 44.84 -
YUV 151.99 140.99 128.72 -
System Red Green Blue C M Y K H S L
Decimal 153 147 175 0.13 0.16 0 0.31 252.86 0.15 0.63
Hex 99 93 AF D 10 0 1F FD F 3F
Octal 231 223 257 15 20 0 37 375 17 77
Binary 10011001 10010011 10101111 1101 10000 0 11111 11111101 1111 111111

Color Harmonies of #9993AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9993AF

Black with #9993AF

Text Example


Text Example

White with #9993AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9993AF;
 }
 .AnyTagClassName
 {
   color: #9993AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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