Html Css Color HEX #99899B Amethyst Smoke

📋 copy color: '#99899B'

red 153 ◦ green 137 ◦ blue 155

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

Shades of Amethyst Smoke #99899B

Tints of Amethyst Smoke #99899B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.83%

R = 34.38%
G = 30.79%
B = 34.83%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#99899B (or 0x99899B) is known color: Amethyst Smoke. HEX triplet: 99, 89 and 9B. RGB value is (153,137,155). Sum of RGB (Red+Green+Blue) = 153+137+155=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 155 - color contains mainly: blue. Hex color #99899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99899B is #667664. Grayscale: #8F8F8F. Windows color (decimal): -6714981 or 10193305. OLE color: 10193305.

HSL color Cylindrical-coordinate representation of color #99899B: hue angle of 293.33º degrees, saturation: 0.08, 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 #99899B is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 137 155 -
CMYK 0.01 0.12 0 0.39
HSL 293.33º 0.08% 0.57% -
HSV(B) 293.33º 0.12% 0.61% -
XYZ 28 27.03 34.75 -
YUV 143.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 153 137 155 0.01 0.12 0 0.39 293.33 0.08 0.57
Hex 99 89 9B 1 C 0 27 125 8 39
Octal 231 211 233 1 14 0 47 445 10 71
Binary 10011001 10001001 10011011 1 1100 0 100111 100100101 1000 111001

Color Harmonies of #99899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99899B

Black with #99899B

Text Example


Text Example

White with #99899B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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