Shades of Brandy Rose #AC8481
Tints of Brandy Rose #AC8481
RGB
CMYK
RGB Variations
Color information
#AC8481 (or 0xAC8481) is known color: Brandy Rose. HEX triplet: AC, 84 and 81. RGB value is (172,132,129). Sum of RGB (Red+Green+Blue) = 172+132+129=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8481 is #537B7E. Grayscale: #8F8F8F. Windows color (decimal): -5471103 or 8488108. OLE color: 8488108.
HSL color Cylindrical-coordinate representation of color #AC8481: hue angle of 4.19º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC8481 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 129 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.33 |
| HSL | 4.19º | 0.21% | 0.59% | - |
| HSV(B) | 4.19º | 0.25% | 0.67% | - |
| XYZ | 29.23 | 26.86 | 24.41 | - |
| YUV | 143.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 129 | 0 | 0.23 | 0.25 | 0.33 | 4.19 | 0.21 | 0.59 |
| Hex | AC | 84 | 81 | 0 | 17 | 19 | 21 | 4 | 15 | 3B |
| Octal | 254 | 204 | 201 | 0 | 27 | 31 | 41 | 4 | 25 | 73 |
| Binary | 10101100 | 10000100 | 10000001 | 0 | 10111 | 11001 | 100001 | 100 | 10101 | 111011 |
Color Harmonies of #AC8481
Complementary color
Monochromatic Colors of #AC8481
Black with #AC8481
Text Example
Text Example
White with #AC8481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8481; }
p { color: rgb(172,132,129); }
H1.HeaderClassName
{
color: #AC8481;
}
.AnyTagClassName
{
color: #AC8481;
}
</style>
background-color css
<style>
a { background-color: #AC8481; }
a { background-color: rgb(172,132,129); }
div.DivClassName
{
background-color: #AC8481;
}
.BgClassName
{
background-color: #AC8481;
}
</style>
border-color css
<style>
span { border-color: #AC8481; }
span { border-color: rgb(172,132,129); }
td.TdClassName
{
border-color: #AC8481;
}
.TagClassName
{
border-color: #AC8481;
}
</style>