#A2733D

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

Shades of Buttered Rum #A2733D

Tints of Buttered Rum #A2733D

Color information

#A2733D (or 0xA2733D) is unknown color: approx Buttered Rum. HEX triplet: A2, 73 and 3D. RGB value is (162,115,61). Sum of RGB (Red+Green+Blue) = 162+115+61=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2733D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2733D is #5D8CC2. Grayscale: #7B7B7B. Windows color (decimal): -6130883 or 4027298. OLE color: 4027298.

HSL color Cylindrical-coordinate representation of color #A2733D: hue angle of 32.08º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2733D is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB16211561-
CMYK00.290.620.36
HSL32.08º45.29%43.73%-
HSV(B)32.08º62.35%63.53%-
XYZ21.8720.287.18-
YUV122.993.07155.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 115 (45.31% from 255) = 34.02%
BLUE value IS 61 (24.22% from 255) = 18.05%
R=47.93%
G=34.02%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621156100.290.620.3632.0845.2943.73
HexA2733D01D3E24202d2c
Octal242163750357644405554
Binary101000101110011111101011101111110100100100000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2733D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2733D; }

 p { color: rgb(162,115,61); }

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

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

 a { background-color: rgb(162,115,61); }

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

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

 span { border-color: rgb(162,115,61); }

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