#A1732E

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

Shades of Buttered Rum #A1732E

Tints of Buttered Rum #A1732E

Color information

#A1732E (or 0xA1732E) is unknown color: approx Buttered Rum. HEX triplet: A1, 73 and 2E. RGB value is (161,115,46). Sum of RGB (Red+Green+Blue) = 161+115+46=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A1732E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1732E is #5E8CD1. Grayscale: #797979. Windows color (decimal): -6196434 or 3044257. OLE color: 3044257.

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

Color convert

RGB16111546-
CMYK00.290.710.37
HSL36º55.56%40.59%-
HSV(B)36º71.43%63.14%-
XYZ21.3220.045.33-
YUV120.8985.74156.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50%
GREEN value IS 115 (45.31% from 255) = 35.71%
BLUE value IS 46 (18.36% from 255) = 14.29%
R=50%
G=35.71%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611154600.290.710.373655.5640.59
HexA1732E01D4725243829
Octal2411635603510745447051
Binary1010000111100111011100111011000111100101100100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1732E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1732E; }

 p { color: rgb(161,115,46); }

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

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

 a { background-color: rgb(161,115,46); }

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

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

 span { border-color: rgb(161,115,46); }

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