Shades of Brandy Rose #AF8780
Tints of Brandy Rose #AF8780
RGB
CMYK
RGB Variations
Color information
#AF8780 (or 0xAF8780) is known color: Brandy Rose. HEX triplet: AF, 87 and 80. RGB value is (175,135,128). Sum of RGB (Red+Green+Blue) = 175+135+128=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8780 is #50787F. Grayscale: #929292. Windows color (decimal): -5273728 or 8423343. OLE color: 8423343.
HSL color Cylindrical-coordinate representation of color #AF8780: hue angle of 8.94º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF8780 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 128 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.31 |
| HSL | 8.94º | 0.23% | 0.59% | - |
| HSV(B) | 8.94º | 0.27% | 0.69% | - |
| XYZ | 30.24 | 28 | 24.23 | - |
| YUV | 146.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 128 | 0 | 0.23 | 0.27 | 0.31 | 8.94 | 0.23 | 0.59 |
| Hex | AF | 87 | 80 | 0 | 17 | 1B | 1F | 9 | 17 | 3B |
| Octal | 257 | 207 | 200 | 0 | 27 | 33 | 37 | 11 | 27 | 73 |
| Binary | 10101111 | 10000111 | 10000000 | 0 | 10111 | 11011 | 11111 | 1001 | 10111 | 111011 |
Color Harmonies of #AF8780
Complementary color
Monochromatic Colors of #AF8780
Black with #AF8780
Text Example
Text Example
White with #AF8780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8780; }
p { color: rgb(175,135,128); }
H1.HeaderClassName
{
color: #AF8780;
}
.AnyTagClassName
{
color: #AF8780;
}
</style>
background-color css
<style>
a { background-color: #AF8780; }
a { background-color: rgb(175,135,128); }
div.DivClassName
{
background-color: #AF8780;
}
.BgClassName
{
background-color: #AF8780;
}
</style>
border-color css
<style>
span { border-color: #AF8780; }
span { border-color: rgb(175,135,128); }
td.TdClassName
{
border-color: #AF8780;
}
.TagClassName
{
border-color: #AF8780;
}
</style>