Shades of Brandy Rose #AF8773
Tints of Brandy Rose #AF8773
RGB
CMYK
RGB Variations
Color information
#AF8773 (or 0xAF8773) is known color: Brandy Rose. HEX triplet: AF, 87 and 73. RGB value is (175,135,115). Sum of RGB (Red+Green+Blue) = 175+135+115=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8773 is #50788C. Grayscale: #909090. Windows color (decimal): -5273741 or 7571375. OLE color: 7571375.
HSL color Cylindrical-coordinate representation of color #AF8773: hue angle of 20º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF8773 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 115 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.31 |
| HSL | 20º | 0.27% | 0.57% | - |
| HSV(B) | 20º | 0.34% | 0.69% | - |
| XYZ | 29.44 | 27.68 | 20.01 | - |
| YUV | 144.68 | 111.25 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 115 | 0 | 0.23 | 0.34 | 0.31 | 20 | 0.27 | 0.57 |
| Hex | AF | 87 | 73 | 0 | 17 | 22 | 1F | 14 | 1B | 39 |
| Octal | 257 | 207 | 163 | 0 | 27 | 42 | 37 | 24 | 33 | 71 |
| Binary | 10101111 | 10000111 | 1110011 | 0 | 10111 | 100010 | 11111 | 10100 | 11011 | 111001 |
Color Harmonies of #AF8773
Complementary color
Monochromatic Colors of #AF8773
Black with #AF8773
Text Example
Text Example
White with #AF8773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8773; }
p { color: rgb(175,135,115); }
H1.HeaderClassName
{
color: #AF8773;
}
.AnyTagClassName
{
color: #AF8773;
}
</style>
background-color css
<style>
a { background-color: #AF8773; }
a { background-color: rgb(175,135,115); }
div.DivClassName
{
background-color: #AF8773;
}
.BgClassName
{
background-color: #AF8773;
}
</style>
border-color css
<style>
span { border-color: #AF8773; }
span { border-color: rgb(175,135,115); }
td.TdClassName
{
border-color: #AF8773;
}
.TagClassName
{
border-color: #AF8773;
}
</style>