Shades of Brandy Rose #A8827D
Tints of Brandy Rose #A8827D
RGB
CMYK
RGB Variations
Color information
#A8827D (or 0xA8827D) is known color: Brandy Rose. HEX triplet: A8, 82 and 7D. RGB value is (168,130,125). Sum of RGB (Red+Green+Blue) = 168+130+125=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A8827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8827D is #577D82. Grayscale: #8C8C8C. Windows color (decimal): -5733763 or 8225448. OLE color: 8225448.
HSL color Cylindrical-coordinate representation of color #A8827D: hue angle of 6.98º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8827D is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 130 | 125 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.34 |
| HSL | 6.98º | 0.2% | 0.57% | - |
| HSV(B) | 6.98º | 0.26% | 0.66% | - |
| XYZ | 27.83 | 25.77 | 22.91 | - |
| YUV | 140.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 125 | 0 | 0.23 | 0.26 | 0.34 | 6.98 | 0.2 | 0.57 |
| Hex | A8 | 82 | 7D | 0 | 17 | 1A | 22 | 7 | 14 | 39 |
| Octal | 250 | 202 | 175 | 0 | 27 | 32 | 42 | 7 | 24 | 71 |
| Binary | 10101000 | 10000010 | 1111101 | 0 | 10111 | 11010 | 100010 | 111 | 10100 | 111001 |
Color Harmonies of #A8827D
Complementary color
Monochromatic Colors of #A8827D
Black with #A8827D
Text Example
Text Example
White with #A8827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8827D; }
p { color: rgb(168,130,125); }
H1.HeaderClassName
{
color: #A8827D;
}
.AnyTagClassName
{
color: #A8827D;
}
</style>
background-color css
<style>
a { background-color: #A8827D; }
a { background-color: rgb(168,130,125); }
div.DivClassName
{
background-color: #A8827D;
}
.BgClassName
{
background-color: #A8827D;
}
</style>
border-color css
<style>
span { border-color: #A8827D; }
span { border-color: rgb(168,130,125); }
td.TdClassName
{
border-color: #A8827D;
}
.TagClassName
{
border-color: #A8827D;
}
</style>