Html Css Color HEX #8A9884 Amulet

📋 copy color: '#8A9884'

red 138 ◦ green 152 ◦ blue 132

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

Shades of Amulet #8A9884

Tints of Amulet #8A9884

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.02%

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

R = 32.7%
G = 36.02%
B = 31.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#8A9884 (or 0x8A9884) is known color: Amulet. HEX triplet: 8A, 98 and 84. RGB value is (138,152,132). Sum of RGB (Red+Green+Blue) = 138+152+132=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 152 - color contains mainly: green. Hex color #8A9884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9884 is #75677B. Grayscale: #919191. Windows color (decimal): -7694204 or 8689802. OLE color: 8689802.

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

Color convert

RGB 138 152 132 -
CMYK 0.09 0 0.13 0.40
HSL 102º 0.09% 0.56% -
HSV(B) 102º 0.13% 0.6% -
XYZ 25.87 29.53 26.17 -
YUV 145.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 138 152 132 0.09 0 0.13 0.40 102 0.09 0.56
Hex 8A 98 84 9 0 D 28 66 9 38
Octal 212 230 204 11 0 15 50 146 11 70
Binary 10001010 10011000 10000100 1001 0 1101 101000 1100110 1001 111000

Color Harmonies of #8A9884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9884

Black with #8A9884

Text Example


Text Example

White with #8A9884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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