Shades of Brandy Rose #A78580
Tints of Brandy Rose #A78580
RGB
CMYK
RGB Variations
Color information
#A78580 (or 0xA78580) is known color: Brandy Rose. HEX triplet: A7, 85 and 80. RGB value is (167,133,128). Sum of RGB (Red+Green+Blue) = 167+133+128=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 167 - color contains mainly: red. Hex color #A78580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78580 is #587A7F. Grayscale: #8E8E8E. Windows color (decimal): -5798528 or 8422823. OLE color: 8422823.
HSL color Cylindrical-coordinate representation of color #A78580: hue angle of 7.69º 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 #A78580 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 133 | 128 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.35 |
| HSL | 7.69º | 0.18% | 0.58% | - |
| HSV(B) | 7.69º | 0.23% | 0.65% | - |
| XYZ | 28.22 | 26.55 | 24.06 | - |
| YUV | 142.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 133 | 128 | 0 | 0.20 | 0.23 | 0.35 | 7.69 | 0.18 | 0.58 |
| Hex | A7 | 85 | 80 | 0 | 14 | 17 | 23 | 8 | 12 | 3A |
| Octal | 247 | 205 | 200 | 0 | 24 | 27 | 43 | 10 | 22 | 72 |
| Binary | 10100111 | 10000101 | 10000000 | 0 | 10100 | 10111 | 100011 | 1000 | 10010 | 111010 |
Color Harmonies of #A78580
Complementary color
Monochromatic Colors of #A78580
Black with #A78580
Text Example
Text Example
White with #A78580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78580; }
p { color: rgb(167,133,128); }
H1.HeaderClassName
{
color: #A78580;
}
.AnyTagClassName
{
color: #A78580;
}
</style>
background-color css
<style>
a { background-color: #A78580; }
a { background-color: rgb(167,133,128); }
div.DivClassName
{
background-color: #A78580;
}
.BgClassName
{
background-color: #A78580;
}
</style>
border-color css
<style>
span { border-color: #A78580; }
span { border-color: rgb(167,133,128); }
td.TdClassName
{
border-color: #A78580;
}
.TagClassName
{
border-color: #A78580;
}
</style>