Shades of Brandy Rose #A88077
Tints of Brandy Rose #A88077
RGB
CMYK
RGB Variations
Color information
#A88077 (or 0xA88077) is known color: Brandy Rose. HEX triplet: A8, 80 and 77. RGB value is (168,128,119). Sum of RGB (Red+Green+Blue) = 168+128+119=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A88077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88077 is #577F88. Grayscale: #8B8B8B. Windows color (decimal): -5734281 or 7831720. OLE color: 7831720.
HSL color Cylindrical-coordinate representation of color #A88077: hue angle of 11.02º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A88077 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 119 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.34 |
| HSL | 11.02º | 0.22% | 0.56% | - |
| HSV(B) | 11.02º | 0.29% | 0.66% | - |
| XYZ | 27.2 | 25.1 | 20.86 | - |
| YUV | 138.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 119 | 0 | 0.24 | 0.29 | 0.34 | 11.02 | 0.22 | 0.56 |
| Hex | A8 | 80 | 77 | 0 | 18 | 1D | 22 | B | 16 | 38 |
| Octal | 250 | 200 | 167 | 0 | 30 | 35 | 42 | 13 | 26 | 70 |
| Binary | 10101000 | 10000000 | 1110111 | 0 | 11000 | 11101 | 100010 | 1011 | 10110 | 111000 |
Color Harmonies of #A88077
Complementary color
Monochromatic Colors of #A88077
Black with #A88077
Text Example
Text Example
White with #A88077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88077; }
p { color: rgb(168,128,119); }
H1.HeaderClassName
{
color: #A88077;
}
.AnyTagClassName
{
color: #A88077;
}
</style>
background-color css
<style>
a { background-color: #A88077; }
a { background-color: rgb(168,128,119); }
div.DivClassName
{
background-color: #A88077;
}
.BgClassName
{
background-color: #A88077;
}
</style>
border-color css
<style>
span { border-color: #A88077; }
span { border-color: rgb(168,128,119); }
td.TdClassName
{
border-color: #A88077;
}
.TagClassName
{
border-color: #A88077;
}
</style>