Shades of Brandy Rose #A88075
Tints of Brandy Rose #A88075
RGB
CMYK
RGB Variations
Color information
#A88075 (or 0xA88075) is known color: Brandy Rose. HEX triplet: A8, 80 and 75. RGB value is (168,128,117). Sum of RGB (Red+Green+Blue) = 168+128+117=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 168 - color contains mainly: red. Hex color #A88075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88075 is #577F8A. Grayscale: #8A8A8A. Windows color (decimal): -5734283 or 7700648. OLE color: 7700648.
HSL color Cylindrical-coordinate representation of color #A88075: hue angle of 12.94º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A88075 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 117 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.34 |
| HSL | 12.94º | 0.23% | 0.56% | - |
| HSV(B) | 12.94º | 0.3% | 0.66% | - |
| XYZ | 27.08 | 25.05 | 20.24 | - |
| YUV | 138.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 117 | 0 | 0.24 | 0.30 | 0.34 | 12.94 | 0.23 | 0.56 |
| Hex | A8 | 80 | 75 | 0 | 18 | 1E | 22 | D | 17 | 38 |
| Octal | 250 | 200 | 165 | 0 | 30 | 36 | 42 | 15 | 27 | 70 |
| Binary | 10101000 | 10000000 | 1110101 | 0 | 11000 | 11110 | 100010 | 1101 | 10111 | 111000 |
Color Harmonies of #A88075
Complementary color
Monochromatic Colors of #A88075
Black with #A88075
Text Example
Text Example
White with #A88075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88075; }
p { color: rgb(168,128,117); }
H1.HeaderClassName
{
color: #A88075;
}
.AnyTagClassName
{
color: #A88075;
}
</style>
background-color css
<style>
a { background-color: #A88075; }
a { background-color: rgb(168,128,117); }
div.DivClassName
{
background-color: #A88075;
}
.BgClassName
{
background-color: #A88075;
}
</style>
border-color css
<style>
span { border-color: #A88075; }
span { border-color: rgb(168,128,117); }
td.TdClassName
{
border-color: #A88075;
}
.TagClassName
{
border-color: #A88075;
}
</style>