Shades of Brandy Rose #AF8785
Tints of Brandy Rose #AF8785
RGB
CMYK
RGB Variations
Color information
#AF8785 (or 0xAF8785) is known color: Brandy Rose. HEX triplet: AF, 87 and 85. RGB value is (175,135,133). Sum of RGB (Red+Green+Blue) = 175+135+133=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8785 is #50787A. Grayscale: #929292. Windows color (decimal): -5273723 or 8751023. OLE color: 8751023.
HSL color Cylindrical-coordinate representation of color #AF8785: hue angle of 2.86º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF8785 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 133 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.31 |
| HSL | 2.86º | 0.21% | 0.6% | - |
| HSV(B) | 2.86º | 0.24% | 0.69% | - |
| XYZ | 30.58 | 28.14 | 26.01 | - |
| YUV | 146.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 133 | 0 | 0.23 | 0.24 | 0.31 | 2.86 | 0.21 | 0.6 |
| Hex | AF | 87 | 85 | 0 | 17 | 18 | 1F | 3 | 15 | 3C |
| Octal | 257 | 207 | 205 | 0 | 27 | 30 | 37 | 3 | 25 | 74 |
| Binary | 10101111 | 10000111 | 10000101 | 0 | 10111 | 11000 | 11111 | 11 | 10101 | 111100 |
Color Harmonies of #AF8785
Complementary color
Monochromatic Colors of #AF8785
Black with #AF8785
Text Example
Text Example
White with #AF8785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8785; }
p { color: rgb(175,135,133); }
H1.HeaderClassName
{
color: #AF8785;
}
.AnyTagClassName
{
color: #AF8785;
}
</style>
background-color css
<style>
a { background-color: #AF8785; }
a { background-color: rgb(175,135,133); }
div.DivClassName
{
background-color: #AF8785;
}
.BgClassName
{
background-color: #AF8785;
}
</style>
border-color css
<style>
span { border-color: #AF8785; }
span { border-color: rgb(175,135,133); }
td.TdClassName
{
border-color: #AF8785;
}
.TagClassName
{
border-color: #AF8785;
}
</style>