Html Css Color HEX #99899C Amethyst Smoke

📋 copy color: '#99899C'

red 153 ◦ green 137 ◦ blue 156

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

Shades of Amethyst Smoke #99899C

Tints of Amethyst Smoke #99899C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.72%

 BLUE value IS 156 (61.33% from 255) = 34.98%

R = 34.3%
G = 30.72%
B = 34.98%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#99899C (or 0x99899C) is known color: Amethyst Smoke. HEX triplet: 99, 89 and 9C. RGB value is (153,137,156). Sum of RGB (Red+Green+Blue) = 153+137+156=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 156 - color contains mainly: blue. Hex color #99899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99899C is #667663. Grayscale: #8F8F8F. Windows color (decimal): -6714980 or 10258841. OLE color: 10258841.

HSL color Cylindrical-coordinate representation of color #99899C: hue angle of 290.53º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99899C is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 137 156 -
CMYK 0.02 0.12 0 0.39
HSL 290.53º 0.09% 0.57% -
HSV(B) 290.53º 0.12% 0.61% -
XYZ 28.08 27.06 35.2 -
YUV 143.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 153 137 156 0.02 0.12 0 0.39 290.53 0.09 0.57
Hex 99 89 9C 2 C 0 27 123 9 39
Octal 231 211 234 2 14 0 47 443 11 71
Binary 10011001 10001001 10011100 10 1100 0 100111 100100011 1001 111001

Color Harmonies of #99899C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99899C

Black with #99899C

Text Example


Text Example

White with #99899C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99899C; }

 p { color: rgb(153,137,156); }

 H1.HeaderClassName
 {
   color: #99899C;
 }
 .AnyTagClassName
 {
   color: #99899C;
 }
</style>

background-color css

<style>
 a { background-color: #99899C; }

 a { background-color: rgb(153,137,156); }

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

border-color css

<style>
 span { border-color: #99899C; }

 span { border-color: rgb(153,137,156); }

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