#A2723D

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

Shades of Buttered Rum #A2723D

Tints of Buttered Rum #A2723D

Color information

#A2723D (or 0xA2723D) is unknown color: approx Buttered Rum. HEX triplet: A2, 72 and 3D. RGB value is (162,114,61). Sum of RGB (Red+Green+Blue) = 162+114+61=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2723D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2723D is #5D8DC2. Grayscale: #7A7A7A. Windows color (decimal): -6131139 or 4027042. OLE color: 4027042.

HSL color Cylindrical-coordinate representation of color #A2723D: hue angle of 31.49º 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 #A2723D is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB16211461-
CMYK00.300.620.36
HSL31.49º45.29%43.73%-
HSV(B)31.49º62.35%63.53%-
XYZ21.7620.057.14-
YUV122.3193.4156.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 114 (44.92% from 255) = 33.83%
BLUE value IS 61 (24.22% from 255) = 18.10%
R=48.07%
G=33.83%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621146100.300.620.3631.4945.2943.73
HexA2723D01E3E241f2d2c
Octal242162750367644375554
Binary10100010111001011110101111011111010010011111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2723D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2723D; }

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

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

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

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

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

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

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

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