Shades of Brandy Rose #AD827E
Tints of Brandy Rose #AD827E
RGB
CMYK
RGB Variations
Color information
#AD827E (or 0xAD827E) is known color: Brandy Rose. HEX triplet: AD, 82 and 7E. RGB value is (173,130,126). Sum of RGB (Red+Green+Blue) = 173+130+126=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD827E is #527D81. Grayscale: #8E8E8E. Windows color (decimal): -5406082 or 8290989. OLE color: 8290989.
HSL color Cylindrical-coordinate representation of color #AD827E: hue angle of 5.11º 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 #AD827E is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 130 | 126 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.32 |
| HSL | 5.11º | 0.22% | 0.59% | - |
| HSV(B) | 5.11º | 0.27% | 0.68% | - |
| XYZ | 28.98 | 26.36 | 23.3 | - |
| YUV | 142.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 126 | 0 | 0.25 | 0.27 | 0.32 | 5.11 | 0.22 | 0.59 |
| Hex | AD | 82 | 7E | 0 | 19 | 1B | 20 | 5 | 16 | 3B |
| Octal | 255 | 202 | 176 | 0 | 31 | 33 | 40 | 5 | 26 | 73 |
| Binary | 10101101 | 10000010 | 1111110 | 0 | 11001 | 11011 | 100000 | 101 | 10110 | 111011 |
Color Harmonies of #AD827E
Complementary color
Monochromatic Colors of #AD827E
Black with #AD827E
Text Example
Text Example
White with #AD827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD827E; }
p { color: rgb(173,130,126); }
H1.HeaderClassName
{
color: #AD827E;
}
.AnyTagClassName
{
color: #AD827E;
}
</style>
background-color css
<style>
a { background-color: #AD827E; }
a { background-color: rgb(173,130,126); }
div.DivClassName
{
background-color: #AD827E;
}
.BgClassName
{
background-color: #AD827E;
}
</style>
border-color css
<style>
span { border-color: #AD827E; }
span { border-color: rgb(173,130,126); }
td.TdClassName
{
border-color: #AD827E;
}
.TagClassName
{
border-color: #AD827E;
}
</style>