Shades of Brandy Rose #AF897E
Tints of Brandy Rose #AF897E
RGB
CMYK
RGB Variations
Color information
#AF897E (or 0xAF897E) is known color: Brandy Rose. HEX triplet: AF, 89 and 7E. RGB value is (175,137,126). Sum of RGB (Red+Green+Blue) = 175+137+126=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF897E is #507681. Grayscale: #939393. Windows color (decimal): -5273218 or 8292783. OLE color: 8292783.
HSL color Cylindrical-coordinate representation of color #AF897E: hue angle of 13.47º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF897E is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 126 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.31 |
| HSL | 13.47º | 0.23% | 0.59% | - |
| HSV(B) | 13.47º | 0.28% | 0.69% | - |
| XYZ | 30.39 | 28.51 | 23.64 | - |
| YUV | 147.11 | 116.09 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 126 | 0 | 0.22 | 0.28 | 0.31 | 13.47 | 0.23 | 0.59 |
| Hex | AF | 89 | 7E | 0 | 16 | 1C | 1F | D | 17 | 3B |
| Octal | 257 | 211 | 176 | 0 | 26 | 34 | 37 | 15 | 27 | 73 |
| Binary | 10101111 | 10001001 | 1111110 | 0 | 10110 | 11100 | 11111 | 1101 | 10111 | 111011 |
Color Harmonies of #AF897E
Complementary color
Monochromatic Colors of #AF897E
Black with #AF897E
Text Example
Text Example
White with #AF897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF897E; }
p { color: rgb(175,137,126); }
H1.HeaderClassName
{
color: #AF897E;
}
.AnyTagClassName
{
color: #AF897E;
}
</style>
background-color css
<style>
a { background-color: #AF897E; }
a { background-color: rgb(175,137,126); }
div.DivClassName
{
background-color: #AF897E;
}
.BgClassName
{
background-color: #AF897E;
}
</style>
border-color css
<style>
span { border-color: #AF897E; }
span { border-color: rgb(175,137,126); }
td.TdClassName
{
border-color: #AF897E;
}
.TagClassName
{
border-color: #AF897E;
}
</style>