Shades of Brandy Rose #AD837E
Tints of Brandy Rose #AD837E
RGB
CMYK
RGB Variations
Color information
#AD837E (or 0xAD837E) is known color: Brandy Rose. HEX triplet: AD, 83 and 7E. RGB value is (173,131,126). Sum of RGB (Red+Green+Blue) = 173+131+126=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD837E is #527C81. Grayscale: #8F8F8F. Windows color (decimal): -5405826 or 8291245. OLE color: 8291245.
HSL color Cylindrical-coordinate representation of color #AD837E: hue angle of 6.38º 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 #AD837E is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 126 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.32 |
| HSL | 6.38º | 0.22% | 0.59% | - |
| HSV(B) | 6.38º | 0.27% | 0.68% | - |
| XYZ | 29.12 | 26.62 | 23.34 | - |
| YUV | 142.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 126 | 0 | 0.24 | 0.27 | 0.32 | 6.38 | 0.22 | 0.59 |
| Hex | AD | 83 | 7E | 0 | 18 | 1B | 20 | 6 | 16 | 3B |
| Octal | 255 | 203 | 176 | 0 | 30 | 33 | 40 | 6 | 26 | 73 |
| Binary | 10101101 | 10000011 | 1111110 | 0 | 11000 | 11011 | 100000 | 110 | 10110 | 111011 |
Color Harmonies of #AD837E
Complementary color
Monochromatic Colors of #AD837E
Black with #AD837E
Text Example
Text Example
White with #AD837E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD837E; }
p { color: rgb(173,131,126); }
H1.HeaderClassName
{
color: #AD837E;
}
.AnyTagClassName
{
color: #AD837E;
}
</style>
background-color css
<style>
a { background-color: #AD837E; }
a { background-color: rgb(173,131,126); }
div.DivClassName
{
background-color: #AD837E;
}
.BgClassName
{
background-color: #AD837E;
}
</style>
border-color css
<style>
span { border-color: #AD837E; }
span { border-color: rgb(173,131,126); }
td.TdClassName
{
border-color: #AD837E;
}
.TagClassName
{
border-color: #AD837E;
}
</style>