Html Css Color HEX #9A969B Amethyst Smoke

📋 copy color: '#9A969B'

red 154 ◦ green 150 ◦ blue 155

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

Shades of Amethyst Smoke #9A969B

Tints of Amethyst Smoke #9A969B

RGB

 RED value IS 154 (60.55% from 255) = 33.55%

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

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

R = 33.55%
G = 32.68%
B = 33.77%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9A969B (or 0x9A969B) is known color: Amethyst Smoke. HEX triplet: 9A, 96 and 9B. RGB value is (154,150,155). Sum of RGB (Red+Green+Blue) = 154+150+155=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A969B is #656964. Grayscale: #979797. Windows color (decimal): -6646117 or 10196634. OLE color: 10196634.

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

Color convert

RGB 154 150 155 -
CMYK 0.01 0.03 0 0.39
HSL 288º 0.02% 0.6% -
HSV(B) 288º 0.03% 0.61% -
XYZ 30.15 31.05 35.41 -
YUV 151.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 154 150 155 0.01 0.03 0 0.39 288 0.02 0.6
Hex 9A 96 9B 1 3 0 27 120 2 3C
Octal 232 226 233 1 3 0 47 440 2 74
Binary 10011010 10010110 10011011 1 11 0 100111 100100000 10 111100

Color Harmonies of #9A969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A969B

Black with #9A969B

Text Example


Text Example

White with #9A969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A969B; }

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

 H1.HeaderClassName
 {
   color: #9A969B;
 }
 .AnyTagClassName
 {
   color: #9A969B;
 }
</style>

background-color css

<style>
 a { background-color: #9A969B; }

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

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

border-color css

<style>
 span { border-color: #9A969B; }

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

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