Shades of Brandy Rose #A58781
Tints of Brandy Rose #A58781
RGB
CMYK
RGB Variations
Color information
#A58781 (or 0xA58781) is known color: Brandy Rose. HEX triplet: A5, 87 and 81. RGB value is (165,135,129). Sum of RGB (Red+Green+Blue) = 165+135+129=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A58781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58781 is #5A787E. Grayscale: #8F8F8F. Windows color (decimal): -5929087 or 8488869. OLE color: 8488869.
HSL color Cylindrical-coordinate representation of color #A58781: hue angle of 10º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A58781 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 135 | 129 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.35 |
| HSL | 10º | 0.17% | 0.58% | - |
| HSV(B) | 10º | 0.22% | 0.65% | - |
| XYZ | 28.14 | 26.91 | 24.48 | - |
| YUV | 143.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 135 | 129 | 0 | 0.18 | 0.22 | 0.35 | 10 | 0.17 | 0.58 |
| Hex | A5 | 87 | 81 | 0 | 12 | 16 | 23 | A | 11 | 3A |
| Octal | 245 | 207 | 201 | 0 | 22 | 26 | 43 | 12 | 21 | 72 |
| Binary | 10100101 | 10000111 | 10000001 | 0 | 10010 | 10110 | 100011 | 1010 | 10001 | 111010 |
Color Harmonies of #A58781
Complementary color
Monochromatic Colors of #A58781
Black with #A58781
Text Example
Text Example
White with #A58781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58781; }
p { color: rgb(165,135,129); }
H1.HeaderClassName
{
color: #A58781;
}
.AnyTagClassName
{
color: #A58781;
}
</style>
background-color css
<style>
a { background-color: #A58781; }
a { background-color: rgb(165,135,129); }
div.DivClassName
{
background-color: #A58781;
}
.BgClassName
{
background-color: #A58781;
}
</style>
border-color css
<style>
span { border-color: #A58781; }
span { border-color: rgb(165,135,129); }
td.TdClassName
{
border-color: #A58781;
}
.TagClassName
{
border-color: #A58781;
}
</style>