#A09943

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

Shades of Highball #A09943

Tints of Highball #A09943

Color information

#A09943 (or 0xA09943) is unknown color: approx Highball. HEX triplet: A0, 99 and 43. RGB value is (160,153,67). Sum of RGB (Red+Green+Blue) = 160+153+67=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A09943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09943 is #5F66BC. Grayscale: #919191. Windows color (decimal): -6252221 or 4430240. OLE color: 4430240.

HSL color Cylindrical-coordinate representation of color #A09943: hue angle of 55.48º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A09943 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB16015367-
CMYK00.040.580.37
HSL55.48º40.97%44.51%-
HSV(B)55.48º58.13%62.75%-
XYZ26.930.669.81-
YUV145.2983.82138.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.11%
GREEN value IS 153 (60.16% from 255) = 40.26%
BLUE value IS 67 (26.56% from 255) = 17.63%
R=42.11%
G=40.26%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601536700.040.580.3755.4840.9744.51
HexA09943043A2537292d
Octal240231103047245675155
Binary101000001001100110000110100111010100101110111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09943; }

 p { color: rgb(160,153,67); }

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

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

 a { background-color: rgb(160,153,67); }

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

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

 span { border-color: rgb(160,153,67); }

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