Html Css Color HEX #8A987F Amulet

📋 copy color: '#8A987F'

red 138 ◦ green 152 ◦ blue 127

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

Shades of Amulet #8A987F

Tints of Amulet #8A987F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.46%

R = 33.09%
G = 36.45%
B = 30.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#8A987F (or 0x8A987F) is known color: Amulet. HEX triplet: 8A, 98 and 7F. RGB value is (138,152,127). Sum of RGB (Red+Green+Blue) = 138+152+127=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 152 - color contains mainly: green. Hex color #8A987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A987F is #756780. Grayscale: #919191. Windows color (decimal): -7694209 or 8362122. OLE color: 8362122.

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

Color convert

RGB 138 152 127 -
CMYK 0.09 0 0.16 0.40
HSL 93.6º 0.11% 0.55% -
HSV(B) 93.6º 0.16% 0.6% -
XYZ 25.54 29.39 24.41 -
YUV 144.96 117.86 123.03 -
System Red Green Blue C M Y K H S L
Decimal 138 152 127 0.09 0 0.16 0.40 93.6 0.11 0.55
Hex 8A 98 7F 9 0 10 28 5E B 37
Octal 212 230 177 11 0 20 50 136 13 67
Binary 10001010 10011000 1111111 1001 0 10000 101000 1011110 1011 110111

Color Harmonies of #8A987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A987F

Black with #8A987F

Text Example


Text Example

White with #8A987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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