Shades of Brandy Rose #AC8279
Tints of Brandy Rose #AC8279
RGB
CMYK
RGB Variations
Color information
#AC8279 (or 0xAC8279) is known color: Brandy Rose. HEX triplet: AC, 82 and 79. RGB value is (172,130,121). Sum of RGB (Red+Green+Blue) = 172+130+121=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8279 is #537D86. Grayscale: #8D8D8D. Windows color (decimal): -5471623 or 7963308. OLE color: 7963308.
HSL color Cylindrical-coordinate representation of color #AC8279: hue angle of 10.59º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC8279 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 121 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.33 |
| HSL | 10.59º | 0.24% | 0.57% | - |
| HSV(B) | 10.59º | 0.3% | 0.67% | - |
| XYZ | 28.45 | 26.12 | 21.63 | - |
| YUV | 141.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 121 | 0 | 0.24 | 0.30 | 0.33 | 10.59 | 0.24 | 0.57 |
| Hex | AC | 82 | 79 | 0 | 18 | 1E | 21 | B | 18 | 39 |
| Octal | 254 | 202 | 171 | 0 | 30 | 36 | 41 | 13 | 30 | 71 |
| Binary | 10101100 | 10000010 | 1111001 | 0 | 11000 | 11110 | 100001 | 1011 | 11000 | 111001 |
Color Harmonies of #AC8279
Complementary color
Monochromatic Colors of #AC8279
Black with #AC8279
Text Example
Text Example
White with #AC8279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8279; }
p { color: rgb(172,130,121); }
H1.HeaderClassName
{
color: #AC8279;
}
.AnyTagClassName
{
color: #AC8279;
}
</style>
background-color css
<style>
a { background-color: #AC8279; }
a { background-color: rgb(172,130,121); }
div.DivClassName
{
background-color: #AC8279;
}
.BgClassName
{
background-color: #AC8279;
}
</style>
border-color css
<style>
span { border-color: #AC8279; }
span { border-color: rgb(172,130,121); }
td.TdClassName
{
border-color: #AC8279;
}
.TagClassName
{
border-color: #AC8279;
}
</style>