Shades of Brandy Rose #A97C74
Tints of Brandy Rose #A97C74
RGB
CMYK
RGB Variations
Color information
#A97C74 (or 0xA97C74) is known color: Brandy Rose. HEX triplet: A9, 7C and 74. RGB value is (169,124,116). Sum of RGB (Red+Green+Blue) = 169+124+116=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97C74 is #56838B. Grayscale: #888888. Windows color (decimal): -5669772 or 7634089. OLE color: 7634089.
HSL color Cylindrical-coordinate representation of color #A97C74: hue angle of 9.06º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A97C74 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 124 | 116 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.34 |
| HSL | 9.06º | 0.24% | 0.56% | - |
| HSV(B) | 9.06º | 0.31% | 0.66% | - |
| XYZ | 26.72 | 24.11 | 19.77 | - |
| YUV | 136.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 124 | 116 | 0 | 0.27 | 0.31 | 0.34 | 9.06 | 0.24 | 0.56 |
| Hex | A9 | 7C | 74 | 0 | 1B | 1F | 22 | 9 | 18 | 38 |
| Octal | 251 | 174 | 164 | 0 | 33 | 37 | 42 | 11 | 30 | 70 |
| Binary | 10101001 | 1111100 | 1110100 | 0 | 11011 | 11111 | 100010 | 1001 | 11000 | 111000 |
Color Harmonies of #A97C74
Complementary color
Monochromatic Colors of #A97C74
Black with #A97C74
Text Example
Text Example
White with #A97C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97C74; }
p { color: rgb(169,124,116); }
H1.HeaderClassName
{
color: #A97C74;
}
.AnyTagClassName
{
color: #A97C74;
}
</style>
background-color css
<style>
a { background-color: #A97C74; }
a { background-color: rgb(169,124,116); }
div.DivClassName
{
background-color: #A97C74;
}
.BgClassName
{
background-color: #A97C74;
}
</style>
border-color css
<style>
span { border-color: #A97C74; }
span { border-color: rgb(169,124,116); }
td.TdClassName
{
border-color: #A97C74;
}
.TagClassName
{
border-color: #A97C74;
}
</style>