Shades of Brandy Rose #AD8778
Tints of Brandy Rose #AD8778
RGB
CMYK
RGB Variations
Color information
#AD8778 (or 0xAD8778) is known color: Brandy Rose. HEX triplet: AD, 87 and 78. RGB value is (173,135,120). Sum of RGB (Red+Green+Blue) = 173+135+120=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8778 is #527887. Grayscale: #909090. Windows color (decimal): -5404808 or 7899053. OLE color: 7899053.
HSL color Cylindrical-coordinate representation of color #AD8778: hue angle of 16.98º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD8778 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 135 | 120 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.32 |
| HSL | 16.98º | 0.24% | 0.57% | - |
| HSV(B) | 16.98º | 0.31% | 0.68% | - |
| XYZ | 29.29 | 27.57 | 21.55 | - |
| YUV | 144.65 | 114.09 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 120 | 0 | 0.22 | 0.31 | 0.32 | 16.98 | 0.24 | 0.57 |
| Hex | AD | 87 | 78 | 0 | 16 | 1F | 20 | 11 | 18 | 39 |
| Octal | 255 | 207 | 170 | 0 | 26 | 37 | 40 | 21 | 30 | 71 |
| Binary | 10101101 | 10000111 | 1111000 | 0 | 10110 | 11111 | 100000 | 10001 | 11000 | 111001 |
Color Harmonies of #AD8778
Complementary color
Monochromatic Colors of #AD8778
Black with #AD8778
Text Example
Text Example
White with #AD8778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8778; }
p { color: rgb(173,135,120); }
H1.HeaderClassName
{
color: #AD8778;
}
.AnyTagClassName
{
color: #AD8778;
}
</style>
background-color css
<style>
a { background-color: #AD8778; }
a { background-color: rgb(173,135,120); }
div.DivClassName
{
background-color: #AD8778;
}
.BgClassName
{
background-color: #AD8778;
}
</style>
border-color css
<style>
span { border-color: #AD8778; }
span { border-color: rgb(173,135,120); }
td.TdClassName
{
border-color: #AD8778;
}
.TagClassName
{
border-color: #AD8778;
}
</style>