#A27136

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

Shades of Buttered Rum #A27136

Tints of Buttered Rum #A27136

Color information

#A27136 (or 0xA27136) is unknown color: approx Buttered Rum. HEX triplet: A2, 71 and 36. RGB value is (162,113,54). Sum of RGB (Red+Green+Blue) = 162+113+54=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A27136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27136 is #5D8EC9. Grayscale: #797979. Windows color (decimal): -6131402 or 3568034. OLE color: 3568034.

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

Color convert

RGB16211354-
CMYK00.300.670.36
HSL32.78º50%42.35%-
HSV(B)32.78º66.67%63.53%-
XYZ21.4719.766.17-
YUV120.9390.23157.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 113 (44.53% from 255) = 34.35%
BLUE value IS 54 (21.48% from 255) = 16.41%
R=49.24%
G=34.35%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621135400.300.670.3632.785042.35
HexA2713601E432421322a
Octal2421616603610344416252
Binary1010001011100011101100111101000011100100100001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27136; }

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

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

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

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

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

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

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

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