#A09641

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

Shades of Highball #A09641

Tints of Highball #A09641

Color information

#A09641 (or 0xA09641) is unknown color: approx Highball. HEX triplet: A0, 96 and 41. RGB value is (160,150,65). Sum of RGB (Red+Green+Blue) = 160+150+65=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A09641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09641 is #5F69BE. Grayscale: #8F8F8F. Windows color (decimal): -6252991 or 4298400. OLE color: 4298400.

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

Color convert

RGB16015065-
CMYK00.060.590.37
HSL53.68º42.22%44.12%-
HSV(B)53.68º59.38%62.75%-
XYZ26.3629.679.34-
YUV143.383.81139.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.67%
GREEN value IS 150 (58.98% from 255) = 40%
BLUE value IS 65 (25.78% from 255) = 17.33%
R=42.67%
G=40%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601506500.060.590.3753.6842.2244.12
HexA09641063B25362a2c
Octal240226101067345665254
Binary101000001001011010000010110111011100101110110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09641; }

 p { color: rgb(160,150,65); }

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

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

 a { background-color: rgb(160,150,65); }

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

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

 span { border-color: rgb(160,150,65); }

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