Shades of Brandy Rose #A5857E
Tints of Brandy Rose #A5857E
RGB
CMYK
RGB Variations
Color information
#A5857E (or 0xA5857E) is known color: Brandy Rose. HEX triplet: A5, 85 and 7E. RGB value is (165,133,126). Sum of RGB (Red+Green+Blue) = 165+133+126=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 165 - color contains mainly: red. Hex color #A5857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5857E is #5A7A81. Grayscale: #8D8D8D. Windows color (decimal): -5929602 or 8291749. OLE color: 8291749.
HSL color Cylindrical-coordinate representation of color #A5857E: hue angle of 10.77º 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 #A5857E is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 133 | 126 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.35 |
| HSL | 10.77º | 0.18% | 0.57% | - |
| HSV(B) | 10.77º | 0.24% | 0.65% | - |
| XYZ | 27.67 | 26.28 | 23.35 | - |
| YUV | 141.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 133 | 126 | 0 | 0.19 | 0.24 | 0.35 | 10.77 | 0.18 | 0.57 |
| Hex | A5 | 85 | 7E | 0 | 13 | 18 | 23 | B | 12 | 39 |
| Octal | 245 | 205 | 176 | 0 | 23 | 30 | 43 | 13 | 22 | 71 |
| Binary | 10100101 | 10000101 | 1111110 | 0 | 10011 | 11000 | 100011 | 1011 | 10010 | 111001 |
Color Harmonies of #A5857E
Complementary color
Monochromatic Colors of #A5857E
Black with #A5857E
Text Example
Text Example
White with #A5857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5857E; }
p { color: rgb(165,133,126); }
H1.HeaderClassName
{
color: #A5857E;
}
.AnyTagClassName
{
color: #A5857E;
}
</style>
background-color css
<style>
a { background-color: #A5857E; }
a { background-color: rgb(165,133,126); }
div.DivClassName
{
background-color: #A5857E;
}
.BgClassName
{
background-color: #A5857E;
}
</style>
border-color css
<style>
span { border-color: #A5857E; }
span { border-color: rgb(165,133,126); }
td.TdClassName
{
border-color: #A5857E;
}
.TagClassName
{
border-color: #A5857E;
}
</style>