Html Css Color HEX #9595AB Santas Grey

📋 copy color: '#9595AB'

red 149 ◦ green 149 ◦ blue 171

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

Shades of Santas Grey #9595AB

Tints of Santas Grey #9595AB

RGB

 RED value IS 149 (58.59% from 255) = 31.77%

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

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

R = 31.77%
G = 31.77%
B = 36.46%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9595AB (or 0x9595AB) is known color: Santas Grey. HEX triplet: 95, 95 and AB. RGB value is (149,149,171). Sum of RGB (Red+Green+Blue) = 149+149+171=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 171 - color contains mainly: blue. Hex color #9595AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9595AB is #6A6A54. Grayscale: #979797. Windows color (decimal): -6974037 or 11244949. OLE color: 11244949.

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

Color convert

RGB 149 149 171 -
CMYK 0.13 0.13 0 0.33
HSL 240º 0.12% 0.63% -
HSV(B) 240º 0.13% 0.67% -
XYZ 30.49 30.82 42.87 -
YUV 151.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 149 149 171 0.13 0.13 0 0.33 240 0.12 0.63
Hex 95 95 AB D D 0 21 F0 C 3F
Octal 225 225 253 15 15 0 41 360 14 77
Binary 10010101 10010101 10101011 1101 1101 0 100001 11110000 1100 111111

Color Harmonies of #9595AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9595AB

Black with #9595AB

Text Example


Text Example

White with #9595AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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