Shades of Brandy Rose #AD8C80
Tints of Brandy Rose #AD8C80
RGB
CMYK
RGB Variations
Color information
#AD8C80 (or 0xAD8C80) is known color: Brandy Rose. HEX triplet: AD, 8C and 80. RGB value is (173,140,128). Sum of RGB (Red+Green+Blue) = 173+140+128=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8C80 is #52737F. Grayscale: #949494. Windows color (decimal): -5403520 or 8424621. OLE color: 8424621.
HSL color Cylindrical-coordinate representation of color #AD8C80: hue angle of 16º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD8C80 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 128 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.32 |
| HSL | 16º | 0.22% | 0.59% | - |
| HSV(B) | 16º | 0.26% | 0.68% | - |
| XYZ | 30.51 | 29.2 | 24.45 | - |
| YUV | 148.5 | 116.43 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 128 | 0 | 0.19 | 0.26 | 0.32 | 16 | 0.22 | 0.59 |
| Hex | AD | 8C | 80 | 0 | 13 | 1A | 20 | 10 | 16 | 3B |
| Octal | 255 | 214 | 200 | 0 | 23 | 32 | 40 | 20 | 26 | 73 |
| Binary | 10101101 | 10001100 | 10000000 | 0 | 10011 | 11010 | 100000 | 10000 | 10110 | 111011 |
Color Harmonies of #AD8C80
Complementary color
Monochromatic Colors of #AD8C80
Black with #AD8C80
Text Example
Text Example
White with #AD8C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C80; }
p { color: rgb(173,140,128); }
H1.HeaderClassName
{
color: #AD8C80;
}
.AnyTagClassName
{
color: #AD8C80;
}
</style>
background-color css
<style>
a { background-color: #AD8C80; }
a { background-color: rgb(173,140,128); }
div.DivClassName
{
background-color: #AD8C80;
}
.BgClassName
{
background-color: #AD8C80;
}
</style>
border-color css
<style>
span { border-color: #AD8C80; }
span { border-color: rgb(173,140,128); }
td.TdClassName
{
border-color: #AD8C80;
}
.TagClassName
{
border-color: #AD8C80;
}
</style>