Shades of Brandy Rose #AC817D
Tints of Brandy Rose #AC817D
RGB
CMYK
RGB Variations
Color information
#AC817D (or 0xAC817D) is known color: Brandy Rose. HEX triplet: AC, 81 and 7D. RGB value is (172,129,125). Sum of RGB (Red+Green+Blue) = 172+129+125=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC817D is #537E82. Grayscale: #8D8D8D. Windows color (decimal): -5471875 or 8225196. OLE color: 8225196.
HSL color Cylindrical-coordinate representation of color #AC817D: hue angle of 5.11º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC817D is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 125 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.33 |
| HSL | 5.11º | 0.22% | 0.58% | - |
| HSV(B) | 5.11º | 0.27% | 0.67% | - |
| XYZ | 28.57 | 25.95 | 22.91 | - |
| YUV | 141.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 125 | 0 | 0.25 | 0.27 | 0.33 | 5.11 | 0.22 | 0.58 |
| Hex | AC | 81 | 7D | 0 | 19 | 1B | 21 | 5 | 16 | 3A |
| Octal | 254 | 201 | 175 | 0 | 31 | 33 | 41 | 5 | 26 | 72 |
| Binary | 10101100 | 10000001 | 1111101 | 0 | 11001 | 11011 | 100001 | 101 | 10110 | 111010 |
Color Harmonies of #AC817D
Complementary color
Monochromatic Colors of #AC817D
Black with #AC817D
Text Example
Text Example
White with #AC817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC817D; }
p { color: rgb(172,129,125); }
H1.HeaderClassName
{
color: #AC817D;
}
.AnyTagClassName
{
color: #AC817D;
}
</style>
background-color css
<style>
a { background-color: #AC817D; }
a { background-color: rgb(172,129,125); }
div.DivClassName
{
background-color: #AC817D;
}
.BgClassName
{
background-color: #AC817D;
}
</style>
border-color css
<style>
span { border-color: #AC817D; }
span { border-color: rgb(172,129,125); }
td.TdClassName
{
border-color: #AC817D;
}
.TagClassName
{
border-color: #AC817D;
}
</style>