#A2743D

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

Shades of Buttered Rum #A2743D

Tints of Buttered Rum #A2743D

Color information

#A2743D (or 0xA2743D) is unknown color: approx Buttered Rum. HEX triplet: A2, 74 and 3D. RGB value is (162,116,61). Sum of RGB (Red+Green+Blue) = 162+116+61=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A2743D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2743D is #5D8BC2. Grayscale: #7B7B7B. Windows color (decimal): -6130627 or 4027554. OLE color: 4027554.

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

Color convert

RGB16211661-
CMYK00.280.620.36
HSL32.67º45.29%43.73%-
HSV(B)32.67º62.35%63.53%-
XYZ21.9920.517.21-
YUV123.4892.74155.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 61 (24.22% from 255) = 17.99%
R=47.79%
G=34.22%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621166100.280.620.3632.6745.2943.73
HexA2743D01C3E24212d2c
Octal242164750347644415554
Binary101000101110100111101011100111110100100100001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2743D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2743D; }

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

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

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

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

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

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

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

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