Shades of Brandy Rose #AF887B
Tints of Brandy Rose #AF887B
RGB
CMYK
RGB Variations
Color information
#AF887B (or 0xAF887B) is known color: Brandy Rose. HEX triplet: AF, 88 and 7B. RGB value is (175,136,123). Sum of RGB (Red+Green+Blue) = 175+136+123=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF887B is #507784. Grayscale: #929292. Windows color (decimal): -5273477 or 8095919. OLE color: 8095919.
HSL color Cylindrical-coordinate representation of color #AF887B: hue angle of 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 #AF887B is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 123 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.31 |
| HSL | 15º | 0.25% | 0.58% | - |
| HSV(B) | 15º | 0.3% | 0.69% | - |
| XYZ | 30.06 | 28.15 | 22.59 | - |
| YUV | 146.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 123 | 0 | 0.22 | 0.30 | 0.31 | 15 | 0.25 | 0.58 |
| Hex | AF | 88 | 7B | 0 | 16 | 1E | 1F | F | 19 | 3A |
| Octal | 257 | 210 | 173 | 0 | 26 | 36 | 37 | 17 | 31 | 72 |
| Binary | 10101111 | 10001000 | 1111011 | 0 | 10110 | 11110 | 11111 | 1111 | 11001 | 111010 |
Color Harmonies of #AF887B
Complementary color
Monochromatic Colors of #AF887B
Black with #AF887B
Text Example
Text Example
White with #AF887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF887B; }
p { color: rgb(175,136,123); }
H1.HeaderClassName
{
color: #AF887B;
}
.AnyTagClassName
{
color: #AF887B;
}
</style>
background-color css
<style>
a { background-color: #AF887B; }
a { background-color: rgb(175,136,123); }
div.DivClassName
{
background-color: #AF887B;
}
.BgClassName
{
background-color: #AF887B;
}
</style>
border-color css
<style>
span { border-color: #AF887B; }
span { border-color: rgb(175,136,123); }
td.TdClassName
{
border-color: #AF887B;
}
.TagClassName
{
border-color: #AF887B;
}
</style>