Html Css Color HEX #99889A Amethyst Smoke

📋 copy color: '#99889A'

red 153 ◦ green 136 ◦ blue 154

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

Shades of Amethyst Smoke #99889A

Tints of Amethyst Smoke #99889A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.7%

 BLUE value IS 154 (60.55% from 255) = 34.76%

R = 34.54%
G = 30.7%
B = 34.76%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#99889A (or 0x99889A) is known color: Amethyst Smoke. HEX triplet: 99, 88 and 9A. RGB value is (153,136,154). Sum of RGB (Red+Green+Blue) = 153+136+154=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 154 - color contains mainly: blue. Hex color #99889A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99889A is #667765. Grayscale: #8F8F8F. Windows color (decimal): -6715238 or 10127513. OLE color: 10127513.

HSL color Cylindrical-coordinate representation of color #99889A: hue angle of 296.67º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99889A is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 153 136 154 -
CMYK 0.01 0.12 0 0.40
HSL 296.67º 0.08% 0.57% -
HSV(B) 296.67º 0.12% 0.6% -
XYZ 27.77 26.71 34.26 -
YUV 143.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 153 136 154 0.01 0.12 0 0.40 296.67 0.08 0.57
Hex 99 88 9A 1 C 0 28 129 8 39
Octal 231 210 232 1 14 0 50 451 10 71
Binary 10011001 10001000 10011010 1 1100 0 101000 100101001 1000 111001

Color Harmonies of #99889A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99889A

Black with #99889A

Text Example


Text Example

White with #99889A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99889A; }

 p { color: rgb(153,136,154); }

 H1.HeaderClassName
 {
   color: #99889A;
 }
 .AnyTagClassName
 {
   color: #99889A;
 }
</style>

background-color css

<style>
 a { background-color: #99889A; }

 a { background-color: rgb(153,136,154); }

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

border-color css

<style>
 span { border-color: #99889A; }

 span { border-color: rgb(153,136,154); }

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