#A07A37

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

Shades of Buttered Rum #A07A37

Tints of Buttered Rum #A07A37

Color information

#A07A37 (or 0xA07A37) is unknown color: approx Buttered Rum. HEX triplet: A0, 7A and 37. RGB value is (160,122,55). Sum of RGB (Red+Green+Blue) = 160+122+55=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07A37 is #5F85C8. Grayscale: #7E7E7E. Windows color (decimal): -6260169 or 3635872. OLE color: 3635872.

HSL color Cylindrical-coordinate representation of color #A07A37: hue angle of 38.29º degrees, saturation: 0.49, 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 #A07A37 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB16012255-
CMYK00.240.660.37
HSL38.29º48.84%42.16%-
HSV(B)38.29º65.62%62.75%-
XYZ22.1521.676.63-
YUV125.7288.09152.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.48%
GREEN value IS 122 (48.05% from 255) = 36.20%
BLUE value IS 55 (21.88% from 255) = 16.32%
R=47.48%
G=36.20%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601225500.240.660.3738.2948.8442.16
HexA07A37018422526312a
Octal2401726703010245466152
Binary1010000011110101101110110001000010100101100110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07A37; }

 p { color: rgb(160,122,55); }

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

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

 a { background-color: rgb(160,122,55); }

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

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

 span { border-color: rgb(160,122,55); }

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