#A09B38

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

Shades of Highball #A09B38

Tints of Highball #A09B38

Color information

#A09B38 (or 0xA09B38) is unknown color: approx Highball. HEX triplet: A0, 9B and 38. RGB value is (160,155,56). Sum of RGB (Red+Green+Blue) = 160+155+56=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09B38 is #5F64C7. Grayscale: #919191. Windows color (decimal): -6251720 or 3709856. OLE color: 3709856.

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

Color convert

RGB16015556-
CMYK00.030.650.37
HSL57.12º48.15%42.35%-
HSV(B)57.12º65%62.75%-
XYZ26.9331.28.34-
YUV145.2177.66138.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 155 (60.94% from 255) = 41.78%
BLUE value IS 56 (22.27% from 255) = 15.09%
R=43.13%
G=41.78%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601555600.030.650.3757.1248.1542.35
HexA09B3803412539302a
Octal240233700310145716052
Binary10100000100110111110000111000001100101111001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09B38; }

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

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

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

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

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

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

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

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