Shades of Brandy Rose #AF857B
Tints of Brandy Rose #AF857B
RGB
CMYK
RGB Variations
Color information
#AF857B (or 0xAF857B) is known color: Brandy Rose. HEX triplet: AF, 85 and 7B. RGB value is (175,133,123). Sum of RGB (Red+Green+Blue) = 175+133+123=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF857B is #507A84. Grayscale: #909090. Windows color (decimal): -5274245 or 8095151. OLE color: 8095151.
HSL color Cylindrical-coordinate representation of color #AF857B: hue angle of 11.54º 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 #AF857B is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 123 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.31 |
| HSL | 11.54º | 0.25% | 0.58% | - |
| HSV(B) | 11.54º | 0.3% | 0.69% | - |
| XYZ | 29.64 | 27.32 | 22.45 | - |
| YUV | 144.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 123 | 0 | 0.24 | 0.30 | 0.31 | 11.54 | 0.25 | 0.58 |
| Hex | AF | 85 | 7B | 0 | 18 | 1E | 1F | C | 19 | 3A |
| Octal | 257 | 205 | 173 | 0 | 30 | 36 | 37 | 14 | 31 | 72 |
| Binary | 10101111 | 10000101 | 1111011 | 0 | 11000 | 11110 | 11111 | 1100 | 11001 | 111010 |
Color Harmonies of #AF857B
Complementary color
Monochromatic Colors of #AF857B
Black with #AF857B
Text Example
Text Example
White with #AF857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF857B; }
p { color: rgb(175,133,123); }
H1.HeaderClassName
{
color: #AF857B;
}
.AnyTagClassName
{
color: #AF857B;
}
</style>
background-color css
<style>
a { background-color: #AF857B; }
a { background-color: rgb(175,133,123); }
div.DivClassName
{
background-color: #AF857B;
}
.BgClassName
{
background-color: #AF857B;
}
</style>
border-color css
<style>
span { border-color: #AF857B; }
span { border-color: rgb(175,133,123); }
td.TdClassName
{
border-color: #AF857B;
}
.TagClassName
{
border-color: #AF857B;
}
</style>