Shades of Brandy Rose #AC8573
Tints of Brandy Rose #AC8573
RGB
CMYK
RGB Variations
Color information
#AC8573 (or 0xAC8573) is known color: Brandy Rose. HEX triplet: AC, 85 and 73. RGB value is (172,133,115). Sum of RGB (Red+Green+Blue) = 172+133+115=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8573 is #537A8C. Grayscale: #8E8E8E. Windows color (decimal): -5470861 or 7570860. OLE color: 7570860.
HSL color Cylindrical-coordinate representation of color #AC8573: hue angle of 18.95º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC8573 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 115 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.33 |
| HSL | 18.95º | 0.26% | 0.56% | - |
| HSV(B) | 18.95º | 0.33% | 0.67% | - |
| XYZ | 28.5 | 26.78 | 19.89 | - |
| YUV | 142.61 | 112.42 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 115 | 0 | 0.23 | 0.33 | 0.33 | 18.95 | 0.26 | 0.56 |
| Hex | AC | 85 | 73 | 0 | 17 | 21 | 21 | 13 | 1A | 38 |
| Octal | 254 | 205 | 163 | 0 | 27 | 41 | 41 | 23 | 32 | 70 |
| Binary | 10101100 | 10000101 | 1110011 | 0 | 10111 | 100001 | 100001 | 10011 | 11010 | 111000 |
Color Harmonies of #AC8573
Complementary color
Monochromatic Colors of #AC8573
Black with #AC8573
Text Example
Text Example
White with #AC8573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8573; }
p { color: rgb(172,133,115); }
H1.HeaderClassName
{
color: #AC8573;
}
.AnyTagClassName
{
color: #AC8573;
}
</style>
background-color css
<style>
a { background-color: #AC8573; }
a { background-color: rgb(172,133,115); }
div.DivClassName
{
background-color: #AC8573;
}
.BgClassName
{
background-color: #AC8573;
}
</style>
border-color css
<style>
span { border-color: #AC8573; }
span { border-color: rgb(172,133,115); }
td.TdClassName
{
border-color: #AC8573;
}
.TagClassName
{
border-color: #AC8573;
}
</style>