Shades of Brandy Rose #AD817E
Tints of Brandy Rose #AD817E
RGB
CMYK
RGB Variations
Color information
#AD817E (or 0xAD817E) is known color: Brandy Rose. HEX triplet: AD, 81 and 7E. RGB value is (173,129,126). Sum of RGB (Red+Green+Blue) = 173+129+126=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD817E is #527E81. Grayscale: #8D8D8D. Windows color (decimal): -5406338 or 8290733. OLE color: 8290733.
HSL color Cylindrical-coordinate representation of color #AD817E: hue angle of 3.83º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD817E is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 126 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.32 |
| HSL | 3.83º | 0.22% | 0.59% | - |
| HSV(B) | 3.83º | 0.27% | 0.68% | - |
| XYZ | 28.85 | 26.09 | 23.25 | - |
| YUV | 141.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 126 | 0 | 0.25 | 0.27 | 0.32 | 3.83 | 0.22 | 0.59 |
| Hex | AD | 81 | 7E | 0 | 19 | 1B | 20 | 4 | 16 | 3B |
| Octal | 255 | 201 | 176 | 0 | 31 | 33 | 40 | 4 | 26 | 73 |
| Binary | 10101101 | 10000001 | 1111110 | 0 | 11001 | 11011 | 100000 | 100 | 10110 | 111011 |
Color Harmonies of #AD817E
Complementary color
Monochromatic Colors of #AD817E
Black with #AD817E
Text Example
Text Example
White with #AD817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD817E; }
p { color: rgb(173,129,126); }
H1.HeaderClassName
{
color: #AD817E;
}
.AnyTagClassName
{
color: #AD817E;
}
</style>
background-color css
<style>
a { background-color: #AD817E; }
a { background-color: rgb(173,129,126); }
div.DivClassName
{
background-color: #AD817E;
}
.BgClassName
{
background-color: #AD817E;
}
</style>
border-color css
<style>
span { border-color: #AD817E; }
span { border-color: rgb(173,129,126); }
td.TdClassName
{
border-color: #AD817E;
}
.TagClassName
{
border-color: #AD817E;
}
</style>