Html Css Color HEX #9995AB Santas Grey

📋 copy color: '#9995AB'

red 153 ◦ green 149 ◦ blue 171

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

Shades of Santas Grey #9995AB

Tints of Santas Grey #9995AB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.5%

 BLUE value IS 171 (67.19% from 255) = 36.15%

R = 32.35%
G = 31.5%
B = 36.15%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9995AB (or 0x9995AB) is known color: Santas Grey. HEX triplet: 99, 95 and AB. RGB value is (153,149,171). Sum of RGB (Red+Green+Blue) = 153+149+171=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #9995AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9995AB is #666A54. Grayscale: #989898. Windows color (decimal): -6711893 or 11244953. OLE color: 11244953.

HSL color Cylindrical-coordinate representation of color #9995AB: hue angle of 250.91º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9995AB is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 149 171 -
CMYK 0.11 0.13 0 0.33
HSL 250.91º 0.12% 0.63% -
HSV(B) 250.91º 0.13% 0.67% -
XYZ 31.24 31.21 42.91 -
YUV 152.7 138.33 128.21 -
System Red Green Blue C M Y K H S L
Decimal 153 149 171 0.11 0.13 0 0.33 250.91 0.12 0.63
Hex 99 95 AB B D 0 21 FB C 3F
Octal 231 225 253 13 15 0 41 373 14 77
Binary 10011001 10010101 10101011 1011 1101 0 100001 11111011 1100 111111

Color Harmonies of #9995AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9995AB

Black with #9995AB

Text Example


Text Example

White with #9995AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9995AB; }

 p { color: rgb(153,149,171); }

 H1.HeaderClassName
 {
   color: #9995AB;
 }
 .AnyTagClassName
 {
   color: #9995AB;
 }
</style>

background-color css

<style>
 a { background-color: #9995AB; }

 a { background-color: rgb(153,149,171); }

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

border-color css

<style>
 span { border-color: #9995AB; }

 span { border-color: rgb(153,149,171); }

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