Shades of Brandy Rose #A78781
Tints of Brandy Rose #A78781
RGB
CMYK
RGB Variations
Color information
#A78781 (or 0xA78781) is known color: Brandy Rose. HEX triplet: A7, 87 and 81. RGB value is (167,135,129). Sum of RGB (Red+Green+Blue) = 167+135+129=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 167 - color contains mainly: red. Hex color #A78781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78781 is #58787E. Grayscale: #8F8F8F. Windows color (decimal): -5798015 or 8488871. OLE color: 8488871.
HSL color Cylindrical-coordinate representation of color #A78781: hue angle of 9.47º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A78781 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 135 | 129 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.35 |
| HSL | 9.47º | 0.18% | 0.58% | - |
| HSV(B) | 9.47º | 0.23% | 0.65% | - |
| XYZ | 28.56 | 27.13 | 24.5 | - |
| YUV | 143.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 135 | 129 | 0 | 0.19 | 0.23 | 0.35 | 9.47 | 0.18 | 0.58 |
| Hex | A7 | 87 | 81 | 0 | 13 | 17 | 23 | 9 | 12 | 3A |
| Octal | 247 | 207 | 201 | 0 | 23 | 27 | 43 | 11 | 22 | 72 |
| Binary | 10100111 | 10000111 | 10000001 | 0 | 10011 | 10111 | 100011 | 1001 | 10010 | 111010 |
Color Harmonies of #A78781
Complementary color
Monochromatic Colors of #A78781
Black with #A78781
Text Example
Text Example
White with #A78781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78781; }
p { color: rgb(167,135,129); }
H1.HeaderClassName
{
color: #A78781;
}
.AnyTagClassName
{
color: #A78781;
}
</style>
background-color css
<style>
a { background-color: #A78781; }
a { background-color: rgb(167,135,129); }
div.DivClassName
{
background-color: #A78781;
}
.BgClassName
{
background-color: #A78781;
}
</style>
border-color css
<style>
span { border-color: #A78781; }
span { border-color: rgb(167,135,129); }
td.TdClassName
{
border-color: #A78781;
}
.TagClassName
{
border-color: #A78781;
}
</style>