Shades of Buttered Rum #A36F2D
Tints of Buttered Rum #A36F2D
RGB
CMYK
RGB Variations
Color information
#A36F2D (or 0xA36F2D) is known color: Buttered Rum. HEX triplet: A3, 6F and 2D. RGB value is (163,111,45). Sum of RGB (Red+Green+Blue) = 163+111+45=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36F2D is #5C90D2. Grayscale: #777777. Windows color (decimal): -6066387 or 2977699. OLE color: 2977699.
HSL color Cylindrical-coordinate representation of color #A36F2D: hue angle of 33.56º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A36F2D is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 111 | 45 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.36 |
| HSL | 33.56º | 0.57% | 0.41% | - |
| HSV(B) | 33.56º | 0.72% | 0.64% | - |
| XYZ | 21.26 | 19.34 | 5.1 | - |
| YUV | 119.02 | 86.23 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 45 | 0 | 0.32 | 0.72 | 0.36 | 33.56 | 0.57 | 0.41 |
| Hex | A3 | 6F | 2D | 0 | 20 | 48 | 24 | 22 | 39 | 29 |
| Octal | 243 | 157 | 55 | 0 | 40 | 110 | 44 | 42 | 71 | 51 |
| Binary | 10100011 | 1101111 | 101101 | 0 | 100000 | 1001000 | 100100 | 100010 | 111001 | 101001 |
Color Harmonies of #A36F2D
Complementary color
Monochromatic Colors of #A36F2D
Black with #A36F2D
Text Example
Text Example
White with #A36F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36F2D; }
p { color: rgb(163,111,45); }
H1.HeaderClassName
{
color: #A36F2D;
}
.AnyTagClassName
{
color: #A36F2D;
}
</style>
background-color css
<style>
a { background-color: #A36F2D; }
a { background-color: rgb(163,111,45); }
div.DivClassName
{
background-color: #A36F2D;
}
.BgClassName
{
background-color: #A36F2D;
}
</style>
border-color css
<style>
span { border-color: #A36F2D; }
span { border-color: rgb(163,111,45); }
td.TdClassName
{
border-color: #A36F2D;
}
.TagClassName
{
border-color: #A36F2D;
}
</style>