#A09B48

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

Shades of Highball #A09B48

Tints of Highball #A09B48

Color information

#A09B48 (or 0xA09B48) is unknown color: approx Highball. HEX triplet: A0, 9B and 48. RGB value is (160,155,72). Sum of RGB (Red+Green+Blue) = 160+155+72=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09B48 is #5F64B7. Grayscale: #939393. Windows color (decimal): -6251704 or 4758432. OLE color: 4758432.

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

Color convert

RGB16015572-
CMYK00.030.550.37
HSL56.59º37.93%45.49%-
HSV(B)56.59º55%62.75%-
XYZ27.3931.3810.75-
YUV147.0385.66137.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.34%
GREEN value IS 155 (60.94% from 255) = 40.05%
BLUE value IS 72 (28.52% from 255) = 18.60%
R=41.34%
G=40.05%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601557200.030.550.3756.5937.9345.49
HexA09B4803372539262d
Octal240233110036745714655
Binary10100000100110111001000011110111100101111001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09B48; }

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

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

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

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

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

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

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

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