Html Css Color HEX #9990A0 Amethyst Smoke

📋 copy color: '#9990A0'

red 153 ◦ green 144 ◦ blue 160

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

Shades of Amethyst Smoke #9990A0

Tints of Amethyst Smoke #9990A0

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.51%

 BLUE value IS 160 (62.89% from 255) = 35.01%

R = 33.48%
G = 31.51%
B = 35.01%

CMYK

 C value IS 0.04

 M value IS 0.1

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9990A0 (or 0x9990A0) is known color: Amethyst Smoke. HEX triplet: 99, 90 and A0. RGB value is (153,144,160). Sum of RGB (Red+Green+Blue) = 153+144+160=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 160 - color contains mainly: blue. Hex color #9990A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9990A0 is #666F5F. Grayscale: #949494. Windows color (decimal): -6713184 or 10522777. OLE color: 10522777.

HSL color Cylindrical-coordinate representation of color #9990A0: hue angle of 273.75º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9990A0 is Cyan = 0.04, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 144 160 -
CMYK 0.04 0.1 0 0.37
HSL 273.75º 0.08% 0.6% -
HSV(B) 273.75º 0.1% 0.63% -
XYZ 29.46 29.26 37.35 -
YUV 148.52 134.48 131.2 -
System Red Green Blue C M Y K H S L
Decimal 153 144 160 0.04 0.1 0 0.37 273.75 0.08 0.6
Hex 99 90 A0 4 A 0 25 112 8 3C
Octal 231 220 240 4 12 0 45 422 10 74
Binary 10011001 10010000 10100000 100 1010 0 100101 100010010 1000 111100

Color Harmonies of #9990A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9990A0

Black with #9990A0

Text Example


Text Example

White with #9990A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9990A0; }

 p { color: rgb(153,144,160); }

 H1.HeaderClassName
 {
   color: #9990A0;
 }
 .AnyTagClassName
 {
   color: #9990A0;
 }
</style>

background-color css

<style>
 a { background-color: #9990A0; }

 a { background-color: rgb(153,144,160); }

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

border-color css

<style>
 span { border-color: #9990A0; }

 span { border-color: rgb(153,144,160); }

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