Shades of Brandy Rose #A7837B
Tints of Brandy Rose #A7837B
RGB
CMYK
RGB Variations
Color information
#A7837B (or 0xA7837B) is known color: Brandy Rose. HEX triplet: A7, 83 and 7B. RGB value is (167,131,123). Sum of RGB (Red+Green+Blue) = 167+131+123=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 167 - color contains mainly: red. Hex color #A7837B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7837B is #587C84. Grayscale: #8C8C8C. Windows color (decimal): -5799045 or 8094631. OLE color: 8094631.
HSL color Cylindrical-coordinate representation of color #A7837B: hue angle of 10.91º degrees, saturation: 0.2, 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 #A7837B is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 131 | 123 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.35 |
| HSL | 10.91º | 0.2% | 0.57% | - |
| HSV(B) | 10.91º | 0.26% | 0.65% | - |
| XYZ | 27.63 | 25.88 | 22.28 | - |
| YUV | 140.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 131 | 123 | 0 | 0.22 | 0.26 | 0.35 | 10.91 | 0.2 | 0.57 |
| Hex | A7 | 83 | 7B | 0 | 16 | 1A | 23 | B | 14 | 39 |
| Octal | 247 | 203 | 173 | 0 | 26 | 32 | 43 | 13 | 24 | 71 |
| Binary | 10100111 | 10000011 | 1111011 | 0 | 10110 | 11010 | 100011 | 1011 | 10100 | 111001 |
Color Harmonies of #A7837B
Complementary color
Monochromatic Colors of #A7837B
Black with #A7837B
Text Example
Text Example
White with #A7837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7837B; }
p { color: rgb(167,131,123); }
H1.HeaderClassName
{
color: #A7837B;
}
.AnyTagClassName
{
color: #A7837B;
}
</style>
background-color css
<style>
a { background-color: #A7837B; }
a { background-color: rgb(167,131,123); }
div.DivClassName
{
background-color: #A7837B;
}
.BgClassName
{
background-color: #A7837B;
}
</style>
border-color css
<style>
span { border-color: #A7837B; }
span { border-color: rgb(167,131,123); }
td.TdClassName
{
border-color: #A7837B;
}
.TagClassName
{
border-color: #A7837B;
}
</style>