Shades of Buttered Rum #A17535
Tints of Buttered Rum #A17535
RGB
CMYK
RGB Variations
Color information
#A17535 (or 0xA17535) is known color: Buttered Rum. HEX triplet: A1, 75 and 35. RGB value is (161,117,53). Sum of RGB (Red+Green+Blue) = 161+117+53=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A17535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17535 is #5E8ACA. Grayscale: #7B7B7B. Windows color (decimal): -6195915 or 3503521. OLE color: 3503521.
HSL color Cylindrical-coordinate representation of color #A17535: hue angle of 35.56º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A17535 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 117 | 53 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.37 |
| HSL | 35.56º | 0.5% | 0.42% | - |
| HSV(B) | 35.56º | 0.67% | 0.63% | - |
| XYZ | 21.7 | 20.56 | 6.19 | - |
| YUV | 122.86 | 88.58 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 53 | 0 | 0.27 | 0.67 | 0.37 | 35.56 | 0.5 | 0.42 |
| Hex | A1 | 75 | 35 | 0 | 1B | 43 | 25 | 24 | 32 | 2A |
| Octal | 241 | 165 | 65 | 0 | 33 | 103 | 45 | 44 | 62 | 52 |
| Binary | 10100001 | 1110101 | 110101 | 0 | 11011 | 1000011 | 100101 | 100100 | 110010 | 101010 |
Color Harmonies of #A17535
Complementary color
Monochromatic Colors of #A17535
Black with #A17535
Text Example
Text Example
White with #A17535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17535; }
p { color: rgb(161,117,53); }
H1.HeaderClassName
{
color: #A17535;
}
.AnyTagClassName
{
color: #A17535;
}
</style>
background-color css
<style>
a { background-color: #A17535; }
a { background-color: rgb(161,117,53); }
div.DivClassName
{
background-color: #A17535;
}
.BgClassName
{
background-color: #A17535;
}
</style>
border-color css
<style>
span { border-color: #A17535; }
span { border-color: rgb(161,117,53); }
td.TdClassName
{
border-color: #A17535;
}
.TagClassName
{
border-color: #A17535;
}
</style>