Shades of Brandy Rose #AF867B
Tints of Brandy Rose #AF867B
RGB
CMYK
RGB Variations
Color information
#AF867B (or 0xAF867B) is known color: Brandy Rose. HEX triplet: AF, 86 and 7B. RGB value is (175,134,123). Sum of RGB (Red+Green+Blue) = 175+134+123=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF867B is #507984. Grayscale: #919191. Windows color (decimal): -5273989 or 8095407. OLE color: 8095407.
HSL color Cylindrical-coordinate representation of color #AF867B: hue angle of 12.69º 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 #AF867B is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 123 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.31 |
| HSL | 12.69º | 0.25% | 0.58% | - |
| HSV(B) | 12.69º | 0.3% | 0.69% | - |
| XYZ | 29.78 | 27.59 | 22.5 | - |
| YUV | 145.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 123 | 0 | 0.23 | 0.30 | 0.31 | 12.69 | 0.25 | 0.58 |
| Hex | AF | 86 | 7B | 0 | 17 | 1E | 1F | D | 19 | 3A |
| Octal | 257 | 206 | 173 | 0 | 27 | 36 | 37 | 15 | 31 | 72 |
| Binary | 10101111 | 10000110 | 1111011 | 0 | 10111 | 11110 | 11111 | 1101 | 11001 | 111010 |
Color Harmonies of #AF867B
Complementary color
Monochromatic Colors of #AF867B
Black with #AF867B
Text Example
Text Example
White with #AF867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF867B; }
p { color: rgb(175,134,123); }
H1.HeaderClassName
{
color: #AF867B;
}
.AnyTagClassName
{
color: #AF867B;
}
</style>
background-color css
<style>
a { background-color: #AF867B; }
a { background-color: rgb(175,134,123); }
div.DivClassName
{
background-color: #AF867B;
}
.BgClassName
{
background-color: #AF867B;
}
</style>
border-color css
<style>
span { border-color: #AF867B; }
span { border-color: rgb(175,134,123); }
td.TdClassName
{
border-color: #AF867B;
}
.TagClassName
{
border-color: #AF867B;
}
</style>