Shades of Brandy Rose #A5827C
Tints of Brandy Rose #A5827C
RGB
CMYK
RGB Variations
Color information
#A5827C (or 0xA5827C) is known color: Brandy Rose. HEX triplet: A5, 82 and 7C. RGB value is (165,130,124). Sum of RGB (Red+Green+Blue) = 165+130+124=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A5827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5827C is #5A7D83. Grayscale: #8B8B8B. Windows color (decimal): -5930372 or 8159909. OLE color: 8159909.
HSL color Cylindrical-coordinate representation of color #A5827C: hue angle of 8.78º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5827C is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 130 | 124 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.35 |
| HSL | 8.78º | 0.19% | 0.57% | - |
| HSV(B) | 8.78º | 0.25% | 0.65% | - |
| XYZ | 27.14 | 25.42 | 22.54 | - |
| YUV | 139.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 130 | 124 | 0 | 0.21 | 0.25 | 0.35 | 8.78 | 0.19 | 0.57 |
| Hex | A5 | 82 | 7C | 0 | 15 | 19 | 23 | 9 | 13 | 39 |
| Octal | 245 | 202 | 174 | 0 | 25 | 31 | 43 | 11 | 23 | 71 |
| Binary | 10100101 | 10000010 | 1111100 | 0 | 10101 | 11001 | 100011 | 1001 | 10011 | 111001 |
Color Harmonies of #A5827C
Complementary color
Monochromatic Colors of #A5827C
Black with #A5827C
Text Example
Text Example
White with #A5827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5827C; }
p { color: rgb(165,130,124); }
H1.HeaderClassName
{
color: #A5827C;
}
.AnyTagClassName
{
color: #A5827C;
}
</style>
background-color css
<style>
a { background-color: #A5827C; }
a { background-color: rgb(165,130,124); }
div.DivClassName
{
background-color: #A5827C;
}
.BgClassName
{
background-color: #A5827C;
}
</style>
border-color css
<style>
span { border-color: #A5827C; }
span { border-color: rgb(165,130,124); }
td.TdClassName
{
border-color: #A5827C;
}
.TagClassName
{
border-color: #A5827C;
}
</style>