Shades of Brandy Rose #AD8883
Tints of Brandy Rose #AD8883
RGB
CMYK
RGB Variations
Color information
#AD8883 (or 0xAD8883) is known color: Brandy Rose. HEX triplet: AD, 88 and 83. RGB value is (173,136,131). Sum of RGB (Red+Green+Blue) = 173+136+131=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8883 is #52777C. Grayscale: #929292. Windows color (decimal): -5404541 or 8620205. OLE color: 8620205.
HSL color Cylindrical-coordinate representation of color #AD8883: hue angle of 7.14º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD8883 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 131 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.32 |
| HSL | 7.14º | 0.2% | 0.6% | - |
| HSV(B) | 7.14º | 0.24% | 0.68% | - |
| XYZ | 30.13 | 28.13 | 25.31 | - |
| YUV | 146.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 131 | 0 | 0.21 | 0.24 | 0.32 | 7.14 | 0.2 | 0.6 |
| Hex | AD | 88 | 83 | 0 | 15 | 18 | 20 | 7 | 14 | 3C |
| Octal | 255 | 210 | 203 | 0 | 25 | 30 | 40 | 7 | 24 | 74 |
| Binary | 10101101 | 10001000 | 10000011 | 0 | 10101 | 11000 | 100000 | 111 | 10100 | 111100 |
Color Harmonies of #AD8883
Complementary color
Monochromatic Colors of #AD8883
Black with #AD8883
Text Example
Text Example
White with #AD8883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8883; }
p { color: rgb(173,136,131); }
H1.HeaderClassName
{
color: #AD8883;
}
.AnyTagClassName
{
color: #AD8883;
}
</style>
background-color css
<style>
a { background-color: #AD8883; }
a { background-color: rgb(173,136,131); }
div.DivClassName
{
background-color: #AD8883;
}
.BgClassName
{
background-color: #AD8883;
}
</style>
border-color css
<style>
span { border-color: #AD8883; }
span { border-color: rgb(173,136,131); }
td.TdClassName
{
border-color: #AD8883;
}
.TagClassName
{
border-color: #AD8883;
}
</style>