Html Css Color HEX #8A9684 Amulet

📋 copy color: '#8A9684'

red 138 ◦ green 150 ◦ blue 132

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

Shades of Amulet #8A9684

Tints of Amulet #8A9684

RGB

 RED value IS 138 (54.3% from 255) = 32.86%

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

 BLUE value IS 132 (51.95% from 255) = 31.43%

R = 32.86%
G = 35.71%
B = 31.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#8A9684 (or 0x8A9684) is known color: Amulet. HEX triplet: 8A, 96 and 84. RGB value is (138,150,132). Sum of RGB (Red+Green+Blue) = 138+150+132=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 150 - color contains mainly: green. Hex color #8A9684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9684 is #75697B. Grayscale: #909090. Windows color (decimal): -7694716 or 8689290. OLE color: 8689290.

HSL color Cylindrical-coordinate representation of color #8A9684: hue angle of 100º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A9684 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 138 150 132 -
CMYK 0.08 0 0.12 0.41
HSL 100º 0.08% 0.55% -
HSV(B) 100º 0.12% 0.59% -
XYZ 25.55 28.88 26.06 -
YUV 144.36 121.02 123.46 -
System Red Green Blue C M Y K H S L
Decimal 138 150 132 0.08 0 0.12 0.41 100 0.08 0.55
Hex 8A 96 84 8 0 C 29 64 8 37
Octal 212 226 204 10 0 14 51 144 10 67
Binary 10001010 10010110 10000100 1000 0 1100 101001 1100100 1000 110111

Color Harmonies of #8A9684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9684

Black with #8A9684

Text Example


Text Example

White with #8A9684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A9684; }

 p { color: rgb(138,150,132); }

 H1.HeaderClassName
 {
   color: #8A9684;
 }
 .AnyTagClassName
 {
   color: #8A9684;
 }
</style>

background-color css

<style>
 a { background-color: #8A9684; }

 a { background-color: rgb(138,150,132); }

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

border-color css

<style>
 span { border-color: #8A9684; }

 span { border-color: rgb(138,150,132); }

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