Html Css Color HEX #9A879A Amethyst Smoke

📋 copy color: '#9A879A'

red 154 ◦ green 135 ◦ blue 154

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

Shades of Amethyst Smoke #9A879A

Tints of Amethyst Smoke #9A879A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.47%

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

R = 34.76%
G = 30.47%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#9A879A (or 0x9A879A) is known color: Amethyst Smoke. HEX triplet: 9A, 87 and 9A. RGB value is (154,135,154). Sum of RGB (Red+Green+Blue) = 154+135+154=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A879A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A879A is #657865. Grayscale: #8E8E8E. Windows color (decimal): -6649958 or 10127258. OLE color: 10127258.

HSL color Cylindrical-coordinate representation of color #9A879A: hue angle of 300º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9A879A is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 135 154 -
CMYK 0 0.12 0 0.40
HSL 300º 0.09% 0.57% -
HSV(B) 300º 0.12% 0.6% -
XYZ 27.82 26.53 34.23 -
YUV 142.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 154 135 154 0 0.12 0 0.40 300 0.09 0.57
Hex 9A 87 9A 0 C 0 28 12C 9 39
Octal 232 207 232 0 14 0 50 454 11 71
Binary 10011010 10000111 10011010 0 1100 0 101000 100101100 1001 111001

Color Harmonies of #9A879A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A879A

Black with #9A879A

Text Example


Text Example

White with #9A879A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,135,154); }

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

background-color css

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

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

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

border-color css

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

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

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