Shades of Brandy Rose #AC8483
Tints of Brandy Rose #AC8483
RGB
CMYK
RGB Variations
Color information
#AC8483 (or 0xAC8483) is known color: Brandy Rose. HEX triplet: AC, 84 and 83. RGB value is (172,132,131). Sum of RGB (Red+Green+Blue) = 172+132+131=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8483 is #537B7C. Grayscale: #8F8F8F. Windows color (decimal): -5471101 or 8619180. OLE color: 8619180.
HSL color Cylindrical-coordinate representation of color #AC8483: hue angle of 1.46º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC8483 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 131 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.33 |
| HSL | 1.46º | 0.2% | 0.59% | - |
| HSV(B) | 1.46º | 0.24% | 0.67% | - |
| XYZ | 29.36 | 26.91 | 25.12 | - |
| YUV | 143.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 131 | 0 | 0.23 | 0.24 | 0.33 | 1.46 | 0.2 | 0.59 |
| Hex | AC | 84 | 83 | 0 | 17 | 18 | 21 | 1 | 14 | 3B |
| Octal | 254 | 204 | 203 | 0 | 27 | 30 | 41 | 1 | 24 | 73 |
| Binary | 10101100 | 10000100 | 10000011 | 0 | 10111 | 11000 | 100001 | 1 | 10100 | 111011 |
Color Harmonies of #AC8483
Complementary color
Monochromatic Colors of #AC8483
Black with #AC8483
Text Example
Text Example
White with #AC8483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8483; }
p { color: rgb(172,132,131); }
H1.HeaderClassName
{
color: #AC8483;
}
.AnyTagClassName
{
color: #AC8483;
}
</style>
background-color css
<style>
a { background-color: #AC8483; }
a { background-color: rgb(172,132,131); }
div.DivClassName
{
background-color: #AC8483;
}
.BgClassName
{
background-color: #AC8483;
}
</style>
border-color css
<style>
span { border-color: #AC8483; }
span { border-color: rgb(172,132,131); }
td.TdClassName
{
border-color: #AC8483;
}
.TagClassName
{
border-color: #AC8483;
}
</style>