#A09340

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

Shades of Highball #A09340

Tints of Highball #A09340

Color information

#A09340 (or 0xA09340) is unknown color: approx Highball. HEX triplet: A0, 93 and 40. RGB value is (160,147,64). Sum of RGB (Red+Green+Blue) = 160+147+64=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A09340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09340 is #5F6CBF. Grayscale: #8D8D8D. Windows color (decimal): -6253760 or 4232096. OLE color: 4232096.

HSL color Cylindrical-coordinate representation of color #A09340: hue angle of 51.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A09340 is Cyan = 0, Magento = 0.08, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB16014764-
CMYK00.080.60.37
HSL51.88º42.86%43.92%-
HSV(B)51.88º60%62.75%-
XYZ25.8628.719.03-
YUV141.4284.31141.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 147 (57.81% from 255) = 39.62%
BLUE value IS 64 (25.39% from 255) = 17.25%
R=43.13%
G=39.62%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601476400.080.60.3751.8842.8643.92
HexA09340083C25342b2c
Octal2402231000107445645354
Binary1010000010010011100000001000111100100101110100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09340; }

 p { color: rgb(160,147,64); }

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

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

 a { background-color: rgb(160,147,64); }

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

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

 span { border-color: rgb(160,147,64); }

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