Shades of Brandy Rose #A97D76
Tints of Brandy Rose #A97D76
RGB
CMYK
RGB Variations
Color information
#A97D76 (or 0xA97D76) is known color: Brandy Rose. HEX triplet: A9, 7D and 76. RGB value is (169,125,118). Sum of RGB (Red+Green+Blue) = 169+125+118=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D76 is #568289. Grayscale: #898989. Windows color (decimal): -5669514 or 7765417. OLE color: 7765417.
HSL color Cylindrical-coordinate representation of color #A97D76: hue angle of 8.24º 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 #A97D76 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 125 | 118 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.34 |
| HSL | 8.24º | 0.23% | 0.56% | - |
| HSV(B) | 8.24º | 0.3% | 0.66% | - |
| XYZ | 26.97 | 24.41 | 20.43 | - |
| YUV | 137.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 125 | 118 | 0 | 0.26 | 0.30 | 0.34 | 8.24 | 0.23 | 0.56 |
| Hex | A9 | 7D | 76 | 0 | 1A | 1E | 22 | 8 | 17 | 38 |
| Octal | 251 | 175 | 166 | 0 | 32 | 36 | 42 | 10 | 27 | 70 |
| Binary | 10101001 | 1111101 | 1110110 | 0 | 11010 | 11110 | 100010 | 1000 | 10111 | 111000 |
Color Harmonies of #A97D76
Complementary color
Monochromatic Colors of #A97D76
Black with #A97D76
Text Example
Text Example
White with #A97D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97D76; }
p { color: rgb(169,125,118); }
H1.HeaderClassName
{
color: #A97D76;
}
.AnyTagClassName
{
color: #A97D76;
}
</style>
background-color css
<style>
a { background-color: #A97D76; }
a { background-color: rgb(169,125,118); }
div.DivClassName
{
background-color: #A97D76;
}
.BgClassName
{
background-color: #A97D76;
}
</style>
border-color css
<style>
span { border-color: #A97D76; }
span { border-color: rgb(169,125,118); }
td.TdClassName
{
border-color: #A97D76;
}
.TagClassName
{
border-color: #A97D76;
}
</style>