#A09F3B

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

Shades of Highball #A09F3B

Tints of Highball #A09F3B

Color information

#A09F3B (or 0xA09F3B) is unknown color: approx Highball. HEX triplet: A0, 9F and 3B. RGB value is (160,159,59). Sum of RGB (Red+Green+Blue) = 160+159+59=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09F3B is #5F60C4. Grayscale: #949494. Windows color (decimal): -6250693 or 3907488. OLE color: 3907488.

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

Color convert

RGB16015959-
CMYK00.010.630.37
HSL59.41º46.12%42.94%-
HSV(B)59.41º63.13%62.75%-
XYZ27.6832.598.97-
YUV147.977.83136.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.33%
GREEN value IS 159 (62.5% from 255) = 42.06%
BLUE value IS 59 (23.44% from 255) = 15.61%
R=42.33%
G=42.06%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601595900.010.630.3759.4146.1242.94
HexA09F3B013F253b2e2b
Octal24023773017745735653
Binary101000001001111111101101111111100101111011101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09F3B; }

 p { color: rgb(160,159,59); }

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

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

 a { background-color: rgb(160,159,59); }

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

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

 span { border-color: rgb(160,159,59); }

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