#A07136

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

Shades of Buttered Rum #A07136

Tints of Buttered Rum #A07136

Color information

#A07136 (or 0xA07136) is unknown color: approx Buttered Rum. HEX triplet: A0, 71 and 36. RGB value is (160,113,54). Sum of RGB (Red+Green+Blue) = 160+113+54=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A07136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07136 is #5F8EC9. Grayscale: #787878. Windows color (decimal): -6262474 or 3568032. OLE color: 3568032.

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

Color convert

RGB16011354-
CMYK00.290.660.37
HSL33.4º49.53%41.96%-
HSV(B)33.4º66.25%62.75%-
XYZ21.0719.556.15-
YUV120.3390.57156.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.93%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 54 (21.48% from 255) = 16.51%
R=48.93%
G=34.56%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601135400.290.660.3733.449.5341.96
HexA0713601D422521322a
Octal2401616603510245416252
Binary1010000011100011101100111011000010100101100001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07136; }

 p { color: rgb(160,113,54); }

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

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

 a { background-color: rgb(160,113,54); }

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

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

 span { border-color: rgb(160,113,54); }

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