Shades of Brandy Rose #A88582
Tints of Brandy Rose #A88582
RGB
CMYK
RGB Variations
Color information
#A88582 (or 0xA88582) is known color: Brandy Rose. HEX triplet: A8, 85 and 82. RGB value is (168,133,130). Sum of RGB (Red+Green+Blue) = 168+133+130=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 168 - color contains mainly: red. Hex color #A88582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88582 is #577A7D. Grayscale: #8F8F8F. Windows color (decimal): -5732990 or 8553896. OLE color: 8553896.
HSL color Cylindrical-coordinate representation of color #A88582: hue angle of 4.74º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A88582 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 133 | 130 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.34 |
| HSL | 4.74º | 0.18% | 0.58% | - |
| HSV(B) | 4.74º | 0.23% | 0.66% | - |
| XYZ | 28.57 | 26.71 | 24.77 | - |
| YUV | 143.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 130 | 0 | 0.21 | 0.23 | 0.34 | 4.74 | 0.18 | 0.58 |
| Hex | A8 | 85 | 82 | 0 | 15 | 17 | 22 | 5 | 12 | 3A |
| Octal | 250 | 205 | 202 | 0 | 25 | 27 | 42 | 5 | 22 | 72 |
| Binary | 10101000 | 10000101 | 10000010 | 0 | 10101 | 10111 | 100010 | 101 | 10010 | 111010 |
Color Harmonies of #A88582
Complementary color
Monochromatic Colors of #A88582
Black with #A88582
Text Example
Text Example
White with #A88582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88582; }
p { color: rgb(168,133,130); }
H1.HeaderClassName
{
color: #A88582;
}
.AnyTagClassName
{
color: #A88582;
}
</style>
background-color css
<style>
a { background-color: #A88582; }
a { background-color: rgb(168,133,130); }
div.DivClassName
{
background-color: #A88582;
}
.BgClassName
{
background-color: #A88582;
}
</style>
border-color css
<style>
span { border-color: #A88582; }
span { border-color: rgb(168,133,130); }
td.TdClassName
{
border-color: #A88582;
}
.TagClassName
{
border-color: #A88582;
}
</style>