Shades of Brandy Rose #AC8577
Tints of Brandy Rose #AC8577
RGB
CMYK
RGB Variations
Color information
#AC8577 (or 0xAC8577) is known color: Brandy Rose. HEX triplet: AC, 85 and 77. RGB value is (172,133,119). Sum of RGB (Red+Green+Blue) = 172+133+119=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8577 is #537A88. Grayscale: #8F8F8F. Windows color (decimal): -5470857 or 7833004. OLE color: 7833004.
HSL color Cylindrical-coordinate representation of color #AC8577: hue angle of 15.85º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC8577 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 119 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.33 |
| HSL | 15.85º | 0.24% | 0.57% | - |
| HSV(B) | 15.85º | 0.31% | 0.67% | - |
| XYZ | 28.73 | 26.88 | 21.13 | - |
| YUV | 143.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 119 | 0 | 0.23 | 0.31 | 0.33 | 15.85 | 0.24 | 0.57 |
| Hex | AC | 85 | 77 | 0 | 17 | 1F | 21 | 10 | 18 | 39 |
| Octal | 254 | 205 | 167 | 0 | 27 | 37 | 41 | 20 | 30 | 71 |
| Binary | 10101100 | 10000101 | 1110111 | 0 | 10111 | 11111 | 100001 | 10000 | 11000 | 111001 |
Color Harmonies of #AC8577
Complementary color
Monochromatic Colors of #AC8577
Black with #AC8577
Text Example
Text Example
White with #AC8577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8577; }
p { color: rgb(172,133,119); }
H1.HeaderClassName
{
color: #AC8577;
}
.AnyTagClassName
{
color: #AC8577;
}
</style>
background-color css
<style>
a { background-color: #AC8577; }
a { background-color: rgb(172,133,119); }
div.DivClassName
{
background-color: #AC8577;
}
.BgClassName
{
background-color: #AC8577;
}
</style>
border-color css
<style>
span { border-color: #AC8577; }
span { border-color: rgb(172,133,119); }
td.TdClassName
{
border-color: #AC8577;
}
.TagClassName
{
border-color: #AC8577;
}
</style>