#A27436

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

Shades of Buttered Rum #A27436

Tints of Buttered Rum #A27436

Color information

#A27436 (or 0xA27436) is unknown color: approx Buttered Rum. HEX triplet: A2, 74 and 36. RGB value is (162,116,54). Sum of RGB (Red+Green+Blue) = 162+116+54=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A27436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27436 is #5D8BC9. Grayscale: #7A7A7A. Windows color (decimal): -6130634 or 3568802. OLE color: 3568802.

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

Color convert

RGB16211654-
CMYK00.280.670.36
HSL34.44º50%42.35%-
HSV(B)34.44º66.67%63.53%-
XYZ21.8120.446.29-
YUV122.6989.24156.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 54 (21.48% from 255) = 16.27%
R=48.80%
G=34.94%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621165400.280.670.3634.445042.35
HexA2743601C432422322a
Octal2421646603410344426252
Binary1010001011101001101100111001000011100100100010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27436; }

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

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

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

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

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

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

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

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