#8A935A

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

Shades of Avocado #8A935A

Tints of Avocado #8A935A

Color information

#8A935A (or 0x8A935A) is unknown color: approx Avocado. HEX triplet: 8A, 93 and 5A. RGB value is (138,147,90). Sum of RGB (Red+Green+Blue) = 138+147+90=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #8A935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A935A is #756CA5. Grayscale: #8A8A8A. Windows color (decimal): -7695526 or 5936010. OLE color: 5936010.

HSL color Cylindrical-coordinate representation of color #8A935A: hue angle of 69.47º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A935A is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB13814790-
CMYK0.0600.390.42
HSL69.47º24.05%46.47%-
HSV(B)69.47º38.78%57.65%-
XYZ22.7627.0113.69-
YUV137.81101.02128.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.8%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 90 (35.55% from 255) = 24%
R=36.8%
G=39.2%
B=24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138147900.0600.390.4269.4724.0546.47
Hex8A935A60272A45182e
Octal2122231326047521053056
Binary100010101001001110110101100100111101010100010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,147,90); }

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

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

 a { background-color: rgb(138,147,90); }

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

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

 span { border-color: rgb(138,147,90); }

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