Shades of Brandy Rose #A5847D
Tints of Brandy Rose #A5847D
RGB
CMYK
RGB Variations
Color information
#A5847D (or 0xA5847D) is known color: Brandy Rose. HEX triplet: A5, 84 and 7D. RGB value is (165,132,125). Sum of RGB (Red+Green+Blue) = 165+132+125=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A5847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5847D is #5A7B82. Grayscale: #8D8D8D. Windows color (decimal): -5929859 or 8225957. OLE color: 8225957.
HSL color Cylindrical-coordinate representation of color #A5847D: hue angle of 10.5º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5847D is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 132 | 125 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.35 |
| HSL | 10.5º | 0.18% | 0.57% | - |
| HSV(B) | 10.5º | 0.24% | 0.65% | - |
| XYZ | 27.47 | 25.98 | 22.97 | - |
| YUV | 141.07 | 118.93 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 132 | 125 | 0 | 0.20 | 0.24 | 0.35 | 10.5 | 0.18 | 0.57 |
| Hex | A5 | 84 | 7D | 0 | 14 | 18 | 23 | A | 12 | 39 |
| Octal | 245 | 204 | 175 | 0 | 24 | 30 | 43 | 12 | 22 | 71 |
| Binary | 10100101 | 10000100 | 1111101 | 0 | 10100 | 11000 | 100011 | 1010 | 10010 | 111001 |
Color Harmonies of #A5847D
Complementary color
Monochromatic Colors of #A5847D
Black with #A5847D
Text Example
Text Example
White with #A5847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5847D; }
p { color: rgb(165,132,125); }
H1.HeaderClassName
{
color: #A5847D;
}
.AnyTagClassName
{
color: #A5847D;
}
</style>
background-color css
<style>
a { background-color: #A5847D; }
a { background-color: rgb(165,132,125); }
div.DivClassName
{
background-color: #A5847D;
}
.BgClassName
{
background-color: #A5847D;
}
</style>
border-color css
<style>
span { border-color: #A5847D; }
span { border-color: rgb(165,132,125); }
td.TdClassName
{
border-color: #A5847D;
}
.TagClassName
{
border-color: #A5847D;
}
</style>