Shades of Brandy Rose #A97E75
Tints of Brandy Rose #A97E75
RGB
CMYK
RGB Variations
Color information
#A97E75 (or 0xA97E75) is known color: Brandy Rose. HEX triplet: A9, 7E and 75. RGB value is (169,126,117). Sum of RGB (Red+Green+Blue) = 169+126+117=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A97E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97E75 is #56818A. Grayscale: #898989. Windows color (decimal): -5669259 or 7700137. OLE color: 7700137.
HSL color Cylindrical-coordinate representation of color #A97E75: hue angle of 10.38º degrees, saturation: 0.23, 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 #A97E75 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 126 | 117 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.34 |
| HSL | 10.38º | 0.23% | 0.56% | - |
| HSV(B) | 10.38º | 0.31% | 0.66% | - |
| XYZ | 27.03 | 24.64 | 20.16 | - |
| YUV | 137.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 126 | 117 | 0 | 0.25 | 0.31 | 0.34 | 10.38 | 0.23 | 0.56 |
| Hex | A9 | 7E | 75 | 0 | 19 | 1F | 22 | A | 17 | 38 |
| Octal | 251 | 176 | 165 | 0 | 31 | 37 | 42 | 12 | 27 | 70 |
| Binary | 10101001 | 1111110 | 1110101 | 0 | 11001 | 11111 | 100010 | 1010 | 10111 | 111000 |
Color Harmonies of #A97E75
Complementary color
Monochromatic Colors of #A97E75
Black with #A97E75
Text Example
Text Example
White with #A97E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97E75; }
p { color: rgb(169,126,117); }
H1.HeaderClassName
{
color: #A97E75;
}
.AnyTagClassName
{
color: #A97E75;
}
</style>
background-color css
<style>
a { background-color: #A97E75; }
a { background-color: rgb(169,126,117); }
div.DivClassName
{
background-color: #A97E75;
}
.BgClassName
{
background-color: #A97E75;
}
</style>
border-color css
<style>
span { border-color: #A97E75; }
span { border-color: rgb(169,126,117); }
td.TdClassName
{
border-color: #A97E75;
}
.TagClassName
{
border-color: #A97E75;
}
</style>