#A07132

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

Shades of Buttered Rum #A07132

Tints of Buttered Rum #A07132

Color information

#A07132 (or 0xA07132) is unknown color: approx Buttered Rum. HEX triplet: A0, 71 and 32. RGB value is (160,113,50). Sum of RGB (Red+Green+Blue) = 160+113+50=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A07132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07132 is #5F8ECD. Grayscale: #787878. Windows color (decimal): -6262478 or 3305888. OLE color: 3305888.

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

Color convert

RGB16011350-
CMYK00.290.690.37
HSL34.36º52.38%41.18%-
HSV(B)34.36º68.75%62.75%-
XYZ20.9819.515.68-
YUV119.8788.57156.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.54%
GREEN value IS 113 (44.53% from 255) = 34.98%
BLUE value IS 50 (19.92% from 255) = 15.48%
R=49.54%
G=34.98%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601135000.290.690.3734.3652.3841.18
HexA0713201D4525223429
Octal2401616203510545426451
Binary1010000011100011100100111011000101100101100010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07132; }

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

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

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

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

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

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

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

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