#A2712A

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

Shades of Buttered Rum #A2712A

Tints of Buttered Rum #A2712A

Color information

#A2712A (or 0xA2712A) is unknown color: approx Buttered Rum. HEX triplet: A2, 71 and 2A. RGB value is (162,113,42). Sum of RGB (Red+Green+Blue) = 162+113+42=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A2712A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2712A is #5D8ED5. Grayscale: #777777. Windows color (decimal): -6131414 or 2781602. OLE color: 2781602.

HSL color Cylindrical-coordinate representation of color #A2712A: hue angle of 35.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A2712A is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB16211342-
CMYK00.300.740.36
HSL35.5º58.82%40%-
HSV(B)35.5º74.07%63.53%-
XYZ21.2219.664.87-
YUV119.5684.23158.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.10%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 42 (16.80% from 255) = 13.25%
R=51.10%
G=35.65%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621134200.300.740.3635.558.8240
HexA2712A01E4A24243b28
Octal2421615203611244447350
Binary1010001011100011010100111101001010100100100100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2712A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2712A; }

 p { color: rgb(162,113,42); }

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

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

 a { background-color: rgb(162,113,42); }

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

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

 span { border-color: rgb(162,113,42); }

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