Shades of Brandy Rose #AC8378
Tints of Brandy Rose #AC8378
RGB
CMYK
RGB Variations
Color information
#AC8378 (or 0xAC8378) is known color: Brandy Rose. HEX triplet: AC, 83 and 78. RGB value is (172,131,120). Sum of RGB (Red+Green+Blue) = 172+131+120=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8378 is #537C87. Grayscale: #8E8E8E. Windows color (decimal): -5471368 or 7898028. OLE color: 7898028.
HSL color Cylindrical-coordinate representation of color #AC8378: hue angle of 12.69º 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 #AC8378 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 131 | 120 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.33 |
| HSL | 12.69º | 0.24% | 0.57% | - |
| HSV(B) | 12.69º | 0.3% | 0.67% | - |
| XYZ | 28.52 | 26.36 | 21.35 | - |
| YUV | 142.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 120 | 0 | 0.24 | 0.30 | 0.33 | 12.69 | 0.24 | 0.57 |
| Hex | AC | 83 | 78 | 0 | 18 | 1E | 21 | D | 18 | 39 |
| Octal | 254 | 203 | 170 | 0 | 30 | 36 | 41 | 15 | 30 | 71 |
| Binary | 10101100 | 10000011 | 1111000 | 0 | 11000 | 11110 | 100001 | 1101 | 11000 | 111001 |
Color Harmonies of #AC8378
Complementary color
Monochromatic Colors of #AC8378
Black with #AC8378
Text Example
Text Example
White with #AC8378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8378; }
p { color: rgb(172,131,120); }
H1.HeaderClassName
{
color: #AC8378;
}
.AnyTagClassName
{
color: #AC8378;
}
</style>
background-color css
<style>
a { background-color: #AC8378; }
a { background-color: rgb(172,131,120); }
div.DivClassName
{
background-color: #AC8378;
}
.BgClassName
{
background-color: #AC8378;
}
</style>
border-color css
<style>
span { border-color: #AC8378; }
span { border-color: rgb(172,131,120); }
td.TdClassName
{
border-color: #AC8378;
}
.TagClassName
{
border-color: #AC8378;
}
</style>