Shades of Brandy Rose #AC817B
Tints of Brandy Rose #AC817B
RGB
CMYK
RGB Variations
Color information
#AC817B (or 0xAC817B) is known color: Brandy Rose. HEX triplet: AC, 81 and 7B. RGB value is (172,129,123). Sum of RGB (Red+Green+Blue) = 172+129+123=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC817B is #537E84. Grayscale: #8D8D8D. Windows color (decimal): -5471877 or 8094124. OLE color: 8094124.
HSL color Cylindrical-coordinate representation of color #AC817B: hue angle of 7.35º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC817B is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 123 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.33 |
| HSL | 7.35º | 0.23% | 0.58% | - |
| HSV(B) | 7.35º | 0.28% | 0.67% | - |
| XYZ | 28.44 | 25.9 | 22.24 | - |
| YUV | 141.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 123 | 0 | 0.25 | 0.28 | 0.33 | 7.35 | 0.23 | 0.58 |
| Hex | AC | 81 | 7B | 0 | 19 | 1C | 21 | 7 | 17 | 3A |
| Octal | 254 | 201 | 173 | 0 | 31 | 34 | 41 | 7 | 27 | 72 |
| Binary | 10101100 | 10000001 | 1111011 | 0 | 11001 | 11100 | 100001 | 111 | 10111 | 111010 |
Color Harmonies of #AC817B
Complementary color
Monochromatic Colors of #AC817B
Black with #AC817B
Text Example
Text Example
White with #AC817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC817B; }
p { color: rgb(172,129,123); }
H1.HeaderClassName
{
color: #AC817B;
}
.AnyTagClassName
{
color: #AC817B;
}
</style>
background-color css
<style>
a { background-color: #AC817B; }
a { background-color: rgb(172,129,123); }
div.DivClassName
{
background-color: #AC817B;
}
.BgClassName
{
background-color: #AC817B;
}
</style>
border-color css
<style>
span { border-color: #AC817B; }
span { border-color: rgb(172,129,123); }
td.TdClassName
{
border-color: #AC817B;
}
.TagClassName
{
border-color: #AC817B;
}
</style>