Shades of Buttered Rum #A2753B
Tints of Buttered Rum #A2753B
RGB
CMYK
RGB Variations
Color information
#A2753B (or 0xA2753B) is known color: Buttered Rum. HEX triplet: A2, 75 and 3B. RGB value is (162,117,59). Sum of RGB (Red+Green+Blue) = 162+117+59=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2753B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2753B is #5D8AC4. Grayscale: #7C7C7C. Windows color (decimal): -6130373 or 3896738. OLE color: 3896738.
HSL color Cylindrical-coordinate representation of color #A2753B: hue angle of 33.79º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2753B is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 117 | 59 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.36 |
| HSL | 33.79º | 0.47% | 0.43% | - |
| HSV(B) | 33.79º | 0.64% | 0.64% | - |
| XYZ | 22.05 | 20.72 | 6.97 | - |
| YUV | 123.84 | 91.41 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 59 | 0 | 0.28 | 0.64 | 0.36 | 33.79 | 0.47 | 0.43 |
| Hex | A2 | 75 | 3B | 0 | 1C | 40 | 24 | 22 | 2F | 2B |
| Octal | 242 | 165 | 73 | 0 | 34 | 100 | 44 | 42 | 57 | 53 |
| Binary | 10100010 | 1110101 | 111011 | 0 | 11100 | 1000000 | 100100 | 100010 | 101111 | 101011 |
Color Harmonies of #A2753B
Complementary color
Monochromatic Colors of #A2753B
Black with #A2753B
Text Example
Text Example
White with #A2753B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2753B; }
p { color: rgb(162,117,59); }
H1.HeaderClassName
{
color: #A2753B;
}
.AnyTagClassName
{
color: #A2753B;
}
</style>
background-color css
<style>
a { background-color: #A2753B; }
a { background-color: rgb(162,117,59); }
div.DivClassName
{
background-color: #A2753B;
}
.BgClassName
{
background-color: #A2753B;
}
</style>
border-color css
<style>
span { border-color: #A2753B; }
span { border-color: rgb(162,117,59); }
td.TdClassName
{
border-color: #A2753B;
}
.TagClassName
{
border-color: #A2753B;
}
</style>