Shades of Brandy Rose #AC817F
Tints of Brandy Rose #AC817F
RGB
CMYK
RGB Variations
Color information
#AC817F (or 0xAC817F) is known color: Brandy Rose. HEX triplet: AC, 81 and 7F. RGB value is (172,129,127). Sum of RGB (Red+Green+Blue) = 172+129+127=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC817F is #537E80. Grayscale: #8D8D8D. Windows color (decimal): -5471873 or 8356268. OLE color: 8356268.
HSL color Cylindrical-coordinate representation of color #AC817F: hue angle of 2.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC817F is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 127 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.33 |
| HSL | 2.67º | 0.21% | 0.59% | - |
| HSV(B) | 2.67º | 0.26% | 0.67% | - |
| XYZ | 28.69 | 26 | 23.59 | - |
| YUV | 141.63 | 119.75 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 127 | 0 | 0.25 | 0.26 | 0.33 | 2.67 | 0.21 | 0.59 |
| Hex | AC | 81 | 7F | 0 | 19 | 1A | 21 | 3 | 15 | 3B |
| Octal | 254 | 201 | 177 | 0 | 31 | 32 | 41 | 3 | 25 | 73 |
| Binary | 10101100 | 10000001 | 1111111 | 0 | 11001 | 11010 | 100001 | 11 | 10101 | 111011 |
Color Harmonies of #AC817F
Complementary color
Monochromatic Colors of #AC817F
Black with #AC817F
Text Example
Text Example
White with #AC817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC817F; }
p { color: rgb(172,129,127); }
H1.HeaderClassName
{
color: #AC817F;
}
.AnyTagClassName
{
color: #AC817F;
}
</style>
background-color css
<style>
a { background-color: #AC817F; }
a { background-color: rgb(172,129,127); }
div.DivClassName
{
background-color: #AC817F;
}
.BgClassName
{
background-color: #AC817F;
}
</style>
border-color css
<style>
span { border-color: #AC817F; }
span { border-color: rgb(172,129,127); }
td.TdClassName
{
border-color: #AC817F;
}
.TagClassName
{
border-color: #AC817F;
}
</style>