Shades of Brandy Rose #AF897B
Tints of Brandy Rose #AF897B
RGB
CMYK
RGB Variations
Color information
#AF897B (or 0xAF897B) is known color: Brandy Rose. HEX triplet: AF, 89 and 7B. RGB value is (175,137,123). Sum of RGB (Red+Green+Blue) = 175+137+123=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF897B is #507684. Grayscale: #929292. Windows color (decimal): -5273221 or 8096175. OLE color: 8096175.
HSL color Cylindrical-coordinate representation of color #AF897B: hue angle of 16.15º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF897B is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 123 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.31 |
| HSL | 16.15º | 0.25% | 0.58% | - |
| HSV(B) | 16.15º | 0.3% | 0.69% | - |
| XYZ | 30.2 | 28.44 | 22.64 | - |
| YUV | 146.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 123 | 0 | 0.22 | 0.30 | 0.31 | 16.15 | 0.25 | 0.58 |
| Hex | AF | 89 | 7B | 0 | 16 | 1E | 1F | 10 | 19 | 3A |
| Octal | 257 | 211 | 173 | 0 | 26 | 36 | 37 | 20 | 31 | 72 |
| Binary | 10101111 | 10001001 | 1111011 | 0 | 10110 | 11110 | 11111 | 10000 | 11001 | 111010 |
Color Harmonies of #AF897B
Complementary color
Monochromatic Colors of #AF897B
Black with #AF897B
Text Example
Text Example
White with #AF897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF897B; }
p { color: rgb(175,137,123); }
H1.HeaderClassName
{
color: #AF897B;
}
.AnyTagClassName
{
color: #AF897B;
}
</style>
background-color css
<style>
a { background-color: #AF897B; }
a { background-color: rgb(175,137,123); }
div.DivClassName
{
background-color: #AF897B;
}
.BgClassName
{
background-color: #AF897B;
}
</style>
border-color css
<style>
span { border-color: #AF897B; }
span { border-color: rgb(175,137,123); }
td.TdClassName
{
border-color: #AF897B;
}
.TagClassName
{
border-color: #AF897B;
}
</style>