Shades of Brandy Rose #AC8572
Tints of Brandy Rose #AC8572
RGB
CMYK
RGB Variations
Color information
#AC8572 (or 0xAC8572) is known color: Brandy Rose. HEX triplet: AC, 85 and 72. RGB value is (172,133,114). Sum of RGB (Red+Green+Blue) = 172+133+114=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8572 is #537A8D. Grayscale: #8E8E8E. Windows color (decimal): -5470862 or 7505324. OLE color: 7505324.
HSL color Cylindrical-coordinate representation of color #AC8572: hue angle of 19.66º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC8572 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 114 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.33 |
| HSL | 19.66º | 0.26% | 0.56% | - |
| HSV(B) | 19.66º | 0.34% | 0.67% | - |
| XYZ | 28.44 | 26.76 | 19.59 | - |
| YUV | 142.5 | 111.92 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 114 | 0 | 0.23 | 0.34 | 0.33 | 19.66 | 0.26 | 0.56 |
| Hex | AC | 85 | 72 | 0 | 17 | 22 | 21 | 14 | 1A | 38 |
| Octal | 254 | 205 | 162 | 0 | 27 | 42 | 41 | 24 | 32 | 70 |
| Binary | 10101100 | 10000101 | 1110010 | 0 | 10111 | 100010 | 100001 | 10100 | 11010 | 111000 |
Color Harmonies of #AC8572
Complementary color
Monochromatic Colors of #AC8572
Black with #AC8572
Text Example
Text Example
White with #AC8572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8572; }
p { color: rgb(172,133,114); }
H1.HeaderClassName
{
color: #AC8572;
}
.AnyTagClassName
{
color: #AC8572;
}
</style>
background-color css
<style>
a { background-color: #AC8572; }
a { background-color: rgb(172,133,114); }
div.DivClassName
{
background-color: #AC8572;
}
.BgClassName
{
background-color: #AC8572;
}
</style>
border-color css
<style>
span { border-color: #AC8572; }
span { border-color: rgb(172,133,114); }
td.TdClassName
{
border-color: #AC8572;
}
.TagClassName
{
border-color: #AC8572;
}
</style>