Shades of Brandy Rose #AC8173
Tints of Brandy Rose #AC8173
RGB
CMYK
RGB Variations
Color information
#AC8173 (or 0xAC8173) is known color: Brandy Rose. HEX triplet: AC, 81 and 73. RGB value is (172,129,115). Sum of RGB (Red+Green+Blue) = 172+129+115=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8173 is #537E8C. Grayscale: #8C8C8C. Windows color (decimal): -5471885 or 7569836. OLE color: 7569836.
HSL color Cylindrical-coordinate representation of color #AC8173: hue angle of 14.74º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC8173 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 115 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.33 |
| HSL | 14.74º | 0.26% | 0.56% | - |
| HSV(B) | 14.74º | 0.33% | 0.67% | - |
| XYZ | 27.96 | 25.71 | 19.71 | - |
| YUV | 140.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 115 | 0 | 0.25 | 0.33 | 0.33 | 14.74 | 0.26 | 0.56 |
| Hex | AC | 81 | 73 | 0 | 19 | 21 | 21 | F | 1A | 38 |
| Octal | 254 | 201 | 163 | 0 | 31 | 41 | 41 | 17 | 32 | 70 |
| Binary | 10101100 | 10000001 | 1110011 | 0 | 11001 | 100001 | 100001 | 1111 | 11010 | 111000 |
Color Harmonies of #AC8173
Complementary color
Monochromatic Colors of #AC8173
Black with #AC8173
Text Example
Text Example
White with #AC8173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8173; }
p { color: rgb(172,129,115); }
H1.HeaderClassName
{
color: #AC8173;
}
.AnyTagClassName
{
color: #AC8173;
}
</style>
background-color css
<style>
a { background-color: #AC8173; }
a { background-color: rgb(172,129,115); }
div.DivClassName
{
background-color: #AC8173;
}
.BgClassName
{
background-color: #AC8173;
}
</style>
border-color css
<style>
span { border-color: #AC8173; }
span { border-color: rgb(172,129,115); }
td.TdClassName
{
border-color: #AC8173;
}
.TagClassName
{
border-color: #AC8173;
}
</style>