Html Css Color HEX #99869C Amethyst Smoke

📋 copy color: '#99869C'

red 153 ◦ green 134 ◦ blue 156

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

Shades of Amethyst Smoke #99869C

Tints of Amethyst Smoke #99869C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.25%

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

R = 34.54%
G = 30.25%
B = 35.21%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#99869C (or 0x99869C) is known color: Amethyst Smoke. HEX triplet: 99, 86 and 9C. RGB value is (153,134,156). Sum of RGB (Red+Green+Blue) = 153+134+156=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 156 - color contains mainly: blue. Hex color #99869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99869C is #667963. Grayscale: #8E8E8E. Windows color (decimal): -6715748 or 10258073. OLE color: 10258073.

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

Color convert

RGB 153 134 156 -
CMYK 0.02 0.14 0 0.39
HSL 291.82º 0.1% 0.57% -
HSV(B) 291.82º 0.14% 0.61% -
XYZ 27.66 26.22 35.06 -
YUV 142.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 153 134 156 0.02 0.14 0 0.39 291.82 0.1 0.57
Hex 99 86 9C 2 E 0 27 124 A 39
Octal 231 206 234 2 16 0 47 444 12 71
Binary 10011001 10000110 10011100 10 1110 0 100111 100100100 1010 111001

Color Harmonies of #99869C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99869C

Black with #99869C

Text Example


Text Example

White with #99869C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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