Shades of Brandy Rose #AF897C
Tints of Brandy Rose #AF897C
RGB
CMYK
RGB Variations
Color information
#AF897C (or 0xAF897C) is known color: Brandy Rose. HEX triplet: AF, 89 and 7C. RGB value is (175,137,124). Sum of RGB (Red+Green+Blue) = 175+137+124=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF897C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF897C is #507683. Grayscale: #929292. Windows color (decimal): -5273220 or 8161711. OLE color: 8161711.
HSL color Cylindrical-coordinate representation of color #AF897C: hue angle of 15.29º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF897C is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 124 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.31 |
| HSL | 15.29º | 0.24% | 0.59% | - |
| HSV(B) | 15.29º | 0.29% | 0.69% | - |
| XYZ | 30.26 | 28.46 | 22.97 | - |
| YUV | 146.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 124 | 0 | 0.22 | 0.29 | 0.31 | 15.29 | 0.24 | 0.59 |
| Hex | AF | 89 | 7C | 0 | 16 | 1D | 1F | F | 18 | 3B |
| Octal | 257 | 211 | 174 | 0 | 26 | 35 | 37 | 17 | 30 | 73 |
| Binary | 10101111 | 10001001 | 1111100 | 0 | 10110 | 11101 | 11111 | 1111 | 11000 | 111011 |
Color Harmonies of #AF897C
Complementary color
Monochromatic Colors of #AF897C
Black with #AF897C
Text Example
Text Example
White with #AF897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF897C; }
p { color: rgb(175,137,124); }
H1.HeaderClassName
{
color: #AF897C;
}
.AnyTagClassName
{
color: #AF897C;
}
</style>
background-color css
<style>
a { background-color: #AF897C; }
a { background-color: rgb(175,137,124); }
div.DivClassName
{
background-color: #AF897C;
}
.BgClassName
{
background-color: #AF897C;
}
</style>
border-color css
<style>
span { border-color: #AF897C; }
span { border-color: rgb(175,137,124); }
td.TdClassName
{
border-color: #AF897C;
}
.TagClassName
{
border-color: #AF897C;
}
</style>