Shades of Brandy Rose #AC8476
Tints of Brandy Rose #AC8476
RGB
CMYK
RGB Variations
Color information
#AC8476 (or 0xAC8476) is known color: Brandy Rose. HEX triplet: AC, 84 and 76. RGB value is (172,132,118). Sum of RGB (Red+Green+Blue) = 172+132+118=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8476 is #537B89. Grayscale: #8E8E8E. Windows color (decimal): -5471114 or 7767212. OLE color: 7767212.
HSL color Cylindrical-coordinate representation of color #AC8476: hue angle of 15.56º degrees, saturation: 0.25, 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 #AC8476 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 118 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.33 |
| HSL | 15.56º | 0.25% | 0.57% | - |
| HSV(B) | 15.56º | 0.31% | 0.67% | - |
| XYZ | 28.53 | 26.58 | 20.77 | - |
| YUV | 142.36 | 114.25 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 118 | 0 | 0.23 | 0.31 | 0.33 | 15.56 | 0.25 | 0.57 |
| Hex | AC | 84 | 76 | 0 | 17 | 1F | 21 | 10 | 19 | 39 |
| Octal | 254 | 204 | 166 | 0 | 27 | 37 | 41 | 20 | 31 | 71 |
| Binary | 10101100 | 10000100 | 1110110 | 0 | 10111 | 11111 | 100001 | 10000 | 11001 | 111001 |
Color Harmonies of #AC8476
Complementary color
Monochromatic Colors of #AC8476
Black with #AC8476
Text Example
Text Example
White with #AC8476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8476; }
p { color: rgb(172,132,118); }
H1.HeaderClassName
{
color: #AC8476;
}
.AnyTagClassName
{
color: #AC8476;
}
</style>
background-color css
<style>
a { background-color: #AC8476; }
a { background-color: rgb(172,132,118); }
div.DivClassName
{
background-color: #AC8476;
}
.BgClassName
{
background-color: #AC8476;
}
</style>
border-color css
<style>
span { border-color: #AC8476; }
span { border-color: rgb(172,132,118); }
td.TdClassName
{
border-color: #AC8476;
}
.TagClassName
{
border-color: #AC8476;
}
</style>