Html Css Color HEX #99969A Amethyst Smoke

📋 copy color: '#99969A'

red 153 ◦ green 150 ◦ blue 154

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

Shades of Amethyst Smoke #99969A

Tints of Amethyst Smoke #99969A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.82%

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

R = 33.48%
G = 32.82%
B = 33.7%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#99969A (or 0x99969A) is known color: Amethyst Smoke. HEX triplet: 99, 96 and 9A. RGB value is (153,150,154). Sum of RGB (Red+Green+Blue) = 153+150+154=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 154 - color contains mainly: blue. Hex color #99969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99969A is #666965. Grayscale: #979797. Windows color (decimal): -6711654 or 10131097. OLE color: 10131097.

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

Color convert

RGB 153 150 154 -
CMYK 0.01 0.03 0 0.40
HSL 285º 0.02% 0.6% -
HSV(B) 285º 0.03% 0.6% -
XYZ 29.88 30.92 34.97 -
YUV 151.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 153 150 154 0.01 0.03 0 0.40 285 0.02 0.6
Hex 99 96 9A 1 3 0 28 11D 2 3C
Octal 231 226 232 1 3 0 50 435 2 74
Binary 10011001 10010110 10011010 1 11 0 101000 100011101 10 111100

Color Harmonies of #99969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99969A

Black with #99969A

Text Example


Text Example

White with #99969A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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