Html Css Color HEX #8A967F Amulet

📋 copy color: '#8A967F'

red 138 ◦ green 150 ◦ blue 127

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

Shades of Amulet #8A967F

Tints of Amulet #8A967F

RGB

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

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

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

R = 33.25%
G = 36.14%
B = 30.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#8A967F (or 0x8A967F) is known color: Amulet. HEX triplet: 8A, 96 and 7F. RGB value is (138,150,127). Sum of RGB (Red+Green+Blue) = 138+150+127=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 150 - color contains mainly: green. Hex color #8A967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A967F is #756980. Grayscale: #8F8F8F. Windows color (decimal): -7694721 or 8361610. OLE color: 8361610.

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

Color convert

RGB 138 150 127 -
CMYK 0.08 0 0.15 0.41
HSL 91.3º 0.1% 0.54% -
HSV(B) 91.3º 0.15% 0.59% -
XYZ 25.22 28.75 24.3 -
YUV 143.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 138 150 127 0.08 0 0.15 0.41 91.3 0.1 0.54
Hex 8A 96 7F 8 0 F 29 5B A 36
Octal 212 226 177 10 0 17 51 133 12 66
Binary 10001010 10010110 1111111 1000 0 1111 101001 1011011 1010 110110

Color Harmonies of #8A967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A967F

Black with #8A967F

Text Example


Text Example

White with #8A967F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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