Html Css Color HEX #8A946E Avocado

📋 copy color: '#8A946E'

red 138 ◦ green 148 ◦ blue 110

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

Shades of Avocado #8A946E

Tints of Avocado #8A946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.37%

 BLUE value IS 110 (43.36% from 255) = 27.78%

R = 34.85%
G = 37.37%
B = 27.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#8A946E (or 0x8A946E) is known color: Avocado. HEX triplet: 8A, 94 and 6E. RGB value is (138,148,110). Sum of RGB (Red+Green+Blue) = 138+148+110=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #8A946E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A946E is #756B91. Grayscale: #8C8C8C. Windows color (decimal): -7695250 or 7246986. OLE color: 7246986.

HSL color Cylindrical-coordinate representation of color #8A946E: hue angle of 75.79º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A946E is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 148 110 -
CMYK 0.07 0 0.26 0.42
HSL 75.79º 0.15% 0.51% -
HSV(B) 75.79º 0.26% 0.58% -
XYZ 23.89 27.71 18.84 -
YUV 140.68 110.69 126.09 -
System Red Green Blue C M Y K H S L
Decimal 138 148 110 0.07 0 0.26 0.42 75.79 0.15 0.51
Hex 8A 94 6E 7 0 1A 2A 4C F 33
Octal 212 224 156 7 0 32 52 114 17 63
Binary 10001010 10010100 1101110 111 0 11010 101010 1001100 1111 110011

Color Harmonies of #8A946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A946E

Black with #8A946E

Text Example


Text Example

White with #8A946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,148,110); }

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

background-color css

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

 a { background-color: rgb(138,148,110); }

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

border-color css

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

 span { border-color: rgb(138,148,110); }

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