#A09B39

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

Shades of Highball #A09B39

Tints of Highball #A09B39

Color information

#A09B39 (or 0xA09B39) is unknown color: approx Highball. HEX triplet: A0, 9B and 39. RGB value is (160,155,57). Sum of RGB (Red+Green+Blue) = 160+155+57=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09B39 is #5F64C6. Grayscale: #919191. Windows color (decimal): -6251719 or 3775392. OLE color: 3775392.

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

Color convert

RGB16015557-
CMYK00.030.640.37
HSL57.09º47.47%42.55%-
HSV(B)57.09º64.38%62.75%-
XYZ26.9631.218.47-
YUV145.3278.16138.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.01%
GREEN value IS 155 (60.94% from 255) = 41.67%
BLUE value IS 57 (22.66% from 255) = 15.32%
R=43.01%
G=41.67%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601555700.030.640.3757.0947.4742.55
HexA09B39034025392f2b
Octal240233710310045715753
Binary10100000100110111110010111000000100101111001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09B39; }

 p { color: rgb(160,155,57); }

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

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

 a { background-color: rgb(160,155,57); }

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

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

 span { border-color: rgb(160,155,57); }

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