Shades of Brandy Rose #A6837B
Tints of Brandy Rose #A6837B
RGB
CMYK
RGB Variations
Color information
#A6837B (or 0xA6837B) is known color: Brandy Rose. HEX triplet: A6, 83 and 7B. RGB value is (166,131,123). Sum of RGB (Red+Green+Blue) = 166+131+123=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A6837B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6837B is #597C84. Grayscale: #8C8C8C. Windows color (decimal): -5864581 or 8094630. OLE color: 8094630.
HSL color Cylindrical-coordinate representation of color #A6837B: hue angle of 11.16º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6837B is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 131 | 123 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.35 |
| HSL | 11.16º | 0.19% | 0.57% | - |
| HSV(B) | 11.16º | 0.26% | 0.65% | - |
| XYZ | 27.42 | 25.77 | 22.27 | - |
| YUV | 140.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 123 | 0 | 0.21 | 0.26 | 0.35 | 11.16 | 0.19 | 0.57 |
| Hex | A6 | 83 | 7B | 0 | 15 | 1A | 23 | B | 13 | 39 |
| Octal | 246 | 203 | 173 | 0 | 25 | 32 | 43 | 13 | 23 | 71 |
| Binary | 10100110 | 10000011 | 1111011 | 0 | 10101 | 11010 | 100011 | 1011 | 10011 | 111001 |
Color Harmonies of #A6837B
Complementary color
Monochromatic Colors of #A6837B
Black with #A6837B
Text Example
Text Example
White with #A6837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6837B; }
p { color: rgb(166,131,123); }
H1.HeaderClassName
{
color: #A6837B;
}
.AnyTagClassName
{
color: #A6837B;
}
</style>
background-color css
<style>
a { background-color: #A6837B; }
a { background-color: rgb(166,131,123); }
div.DivClassName
{
background-color: #A6837B;
}
.BgClassName
{
background-color: #A6837B;
}
</style>
border-color css
<style>
span { border-color: #A6837B; }
span { border-color: rgb(166,131,123); }
td.TdClassName
{
border-color: #A6837B;
}
.TagClassName
{
border-color: #A6837B;
}
</style>