Shades of Brandy Rose #AD8574
Tints of Brandy Rose #AD8574
RGB
CMYK
RGB Variations
Color information
#AD8574 (or 0xAD8574) is known color: Brandy Rose. HEX triplet: AD, 85 and 74. RGB value is (173,133,116). Sum of RGB (Red+Green+Blue) = 173+133+116=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8574 is #527A8B. Grayscale: #8F8F8F. Windows color (decimal): -5405324 or 7636397. OLE color: 7636397.
HSL color Cylindrical-coordinate representation of color #AD8574: hue angle of 17.89º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD8574 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 116 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.32 |
| HSL | 17.89º | 0.26% | 0.57% | - |
| HSV(B) | 17.89º | 0.33% | 0.68% | - |
| XYZ | 28.77 | 26.92 | 20.2 | - |
| YUV | 143.02 | 112.75 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 116 | 0 | 0.23 | 0.33 | 0.32 | 17.89 | 0.26 | 0.57 |
| Hex | AD | 85 | 74 | 0 | 17 | 21 | 20 | 12 | 1A | 39 |
| Octal | 255 | 205 | 164 | 0 | 27 | 41 | 40 | 22 | 32 | 71 |
| Binary | 10101101 | 10000101 | 1110100 | 0 | 10111 | 100001 | 100000 | 10010 | 11010 | 111001 |
Color Harmonies of #AD8574
Complementary color
Monochromatic Colors of #AD8574
Black with #AD8574
Text Example
Text Example
White with #AD8574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8574; }
p { color: rgb(173,133,116); }
H1.HeaderClassName
{
color: #AD8574;
}
.AnyTagClassName
{
color: #AD8574;
}
</style>
background-color css
<style>
a { background-color: #AD8574; }
a { background-color: rgb(173,133,116); }
div.DivClassName
{
background-color: #AD8574;
}
.BgClassName
{
background-color: #AD8574;
}
</style>
border-color css
<style>
span { border-color: #AD8574; }
span { border-color: rgb(173,133,116); }
td.TdClassName
{
border-color: #AD8574;
}
.TagClassName
{
border-color: #AD8574;
}
</style>