#8A926C

Color #8A926C Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #8A926C

Tints of Avocado #8A926C

Color information

#8A926C (or 0x8A926C) is unknown color: approx Avocado. HEX triplet: 8A, 92 and 6C. RGB value is (138,146,108). Sum of RGB (Red+Green+Blue) = 138+146+108=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 146 - color contains mainly: green. Hex color #8A926C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A926C is #756D93. Grayscale: #8B8B8B. Windows color (decimal): -7695764 or 7115402. OLE color: 7115402.

HSL color Cylindrical-coordinate representation of color #8A926C: hue angle of 72.63º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A926C is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB138146108-
CMYK0.0500.260.43
HSL72.63º14.96%49.8%-
HSV(B)72.63º26.03%57.25%-
XYZ23.4727.0418.17-
YUV139.28110.35127.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.20%
GREEN value IS 146 (57.42% from 255) = 37.24%
BLUE value IS 108 (42.58% from 255) = 27.55%
R=35.20%
G=37.24%
B=27.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1381461080.0500.260.4372.6314.9649.8
Hex8A926C501A2B49f32
Octal2122221545032531111762
Binary1000101010010010110110010101101010101110010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,146,108); }

 H1.HeaderClassName
 {
   color: #8A926C;
 }
 .AnyTagClassName
 {
   color: #8A926C;
 }
</style>
background-color css

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

 a { background-color: rgb(138,146,108); }

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

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

 span { border-color: rgb(138,146,108); }

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