Shades of Brandy Rose #AD807A
Tints of Brandy Rose #AD807A
RGB
CMYK
RGB Variations
Color information
#AD807A (or 0xAD807A) is known color: Brandy Rose. HEX triplet: AD, 80 and 7A. RGB value is (173,128,122). Sum of RGB (Red+Green+Blue) = 173+128+122=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD807A is #527F85. Grayscale: #8C8C8C. Windows color (decimal): -5406598 or 8028333. OLE color: 8028333.
HSL color Cylindrical-coordinate representation of color #AD807A: hue angle of 7.06º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD807A is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 122 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.32 |
| HSL | 7.06º | 0.24% | 0.58% | - |
| HSV(B) | 7.06º | 0.29% | 0.68% | - |
| XYZ | 28.47 | 25.73 | 21.88 | - |
| YUV | 140.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 122 | 0 | 0.26 | 0.29 | 0.32 | 7.06 | 0.24 | 0.58 |
| Hex | AD | 80 | 7A | 0 | 1A | 1D | 20 | 7 | 18 | 3A |
| Octal | 255 | 200 | 172 | 0 | 32 | 35 | 40 | 7 | 30 | 72 |
| Binary | 10101101 | 10000000 | 1111010 | 0 | 11010 | 11101 | 100000 | 111 | 11000 | 111010 |
Color Harmonies of #AD807A
Complementary color
Monochromatic Colors of #AD807A
Black with #AD807A
Text Example
Text Example
White with #AD807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD807A; }
p { color: rgb(173,128,122); }
H1.HeaderClassName
{
color: #AD807A;
}
.AnyTagClassName
{
color: #AD807A;
}
</style>
background-color css
<style>
a { background-color: #AD807A; }
a { background-color: rgb(173,128,122); }
div.DivClassName
{
background-color: #AD807A;
}
.BgClassName
{
background-color: #AD807A;
}
</style>
border-color css
<style>
span { border-color: #AD807A; }
span { border-color: rgb(173,128,122); }
td.TdClassName
{
border-color: #AD807A;
}
.TagClassName
{
border-color: #AD807A;
}
</style>