Shades of Brandy Rose #AD8479
Tints of Brandy Rose #AD8479
RGB
CMYK
RGB Variations
Color information
#AD8479 (or 0xAD8479) is known color: Brandy Rose. HEX triplet: AD, 84 and 79. RGB value is (173,132,121). Sum of RGB (Red+Green+Blue) = 173+132+121=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8479 is #527B86. Grayscale: #8F8F8F. Windows color (decimal): -5405575 or 7963821. OLE color: 7963821.
HSL color Cylindrical-coordinate representation of color #AD8479: hue angle of 12.69º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD8479 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 121 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.32 |
| HSL | 12.69º | 0.24% | 0.58% | - |
| HSV(B) | 12.69º | 0.3% | 0.68% | - |
| XYZ | 28.94 | 26.77 | 21.73 | - |
| YUV | 143.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 121 | 0 | 0.24 | 0.30 | 0.32 | 12.69 | 0.24 | 0.58 |
| Hex | AD | 84 | 79 | 0 | 18 | 1E | 20 | D | 18 | 3A |
| Octal | 255 | 204 | 171 | 0 | 30 | 36 | 40 | 15 | 30 | 72 |
| Binary | 10101101 | 10000100 | 1111001 | 0 | 11000 | 11110 | 100000 | 1101 | 11000 | 111010 |
Color Harmonies of #AD8479
Complementary color
Monochromatic Colors of #AD8479
Black with #AD8479
Text Example
Text Example
White with #AD8479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8479; }
p { color: rgb(173,132,121); }
H1.HeaderClassName
{
color: #AD8479;
}
.AnyTagClassName
{
color: #AD8479;
}
</style>
background-color css
<style>
a { background-color: #AD8479; }
a { background-color: rgb(173,132,121); }
div.DivClassName
{
background-color: #AD8479;
}
.BgClassName
{
background-color: #AD8479;
}
</style>
border-color css
<style>
span { border-color: #AD8479; }
span { border-color: rgb(173,132,121); }
td.TdClassName
{
border-color: #AD8479;
}
.TagClassName
{
border-color: #AD8479;
}
</style>