#A09E3E

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

Shades of Highball #A09E3E

Tints of Highball #A09E3E

Color information

#A09E3E (or 0xA09E3E) is unknown color: approx Highball. HEX triplet: A0, 9E and 3E. RGB value is (160,158,62). Sum of RGB (Red+Green+Blue) = 160+158+62=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09E3E is #5F61C1. Grayscale: #949494. Windows color (decimal): -6250946 or 4103840. OLE color: 4103840.

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

Color convert

RGB16015862-
CMYK00.010.610.37
HSL58.78º44.14%43.53%-
HSV(B)58.78º61.25%62.75%-
XYZ27.5932.289.33-
YUV147.6579.66136.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.11%
GREEN value IS 158 (62.11% from 255) = 41.58%
BLUE value IS 62 (24.61% from 255) = 16.32%
R=42.11%
G=41.58%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601586200.010.610.3758.7844.1443.53
HexA09E3E013D253b2c2c
Octal24023676017545735454
Binary101000001001111011111001111101100101111011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09E3E; }

 p { color: rgb(160,158,62); }

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

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

 a { background-color: rgb(160,158,62); }

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

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

 span { border-color: rgb(160,158,62); }

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