Shades of Brandy Rose #AF8783
Tints of Brandy Rose #AF8783
RGB
CMYK
RGB Variations
Color information
#AF8783 (or 0xAF8783) is known color: Brandy Rose. HEX triplet: AF, 87 and 83. RGB value is (175,135,131). Sum of RGB (Red+Green+Blue) = 175+135+131=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8783 is #50787C. Grayscale: #929292. Windows color (decimal): -5273725 or 8619951. OLE color: 8619951.
HSL color Cylindrical-coordinate representation of color #AF8783: hue angle of 5.45º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF8783 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 131 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.31 |
| HSL | 5.45º | 0.22% | 0.6% | - |
| HSV(B) | 5.45º | 0.25% | 0.69% | - |
| XYZ | 30.44 | 28.08 | 25.29 | - |
| YUV | 146.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 131 | 0 | 0.23 | 0.25 | 0.31 | 5.45 | 0.22 | 0.6 |
| Hex | AF | 87 | 83 | 0 | 17 | 19 | 1F | 5 | 16 | 3C |
| Octal | 257 | 207 | 203 | 0 | 27 | 31 | 37 | 5 | 26 | 74 |
| Binary | 10101111 | 10000111 | 10000011 | 0 | 10111 | 11001 | 11111 | 101 | 10110 | 111100 |
Color Harmonies of #AF8783
Complementary color
Monochromatic Colors of #AF8783
Black with #AF8783
Text Example
Text Example
White with #AF8783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8783; }
p { color: rgb(175,135,131); }
H1.HeaderClassName
{
color: #AF8783;
}
.AnyTagClassName
{
color: #AF8783;
}
</style>
background-color css
<style>
a { background-color: #AF8783; }
a { background-color: rgb(175,135,131); }
div.DivClassName
{
background-color: #AF8783;
}
.BgClassName
{
background-color: #AF8783;
}
</style>
border-color css
<style>
span { border-color: #AF8783; }
span { border-color: rgb(175,135,131); }
td.TdClassName
{
border-color: #AF8783;
}
.TagClassName
{
border-color: #AF8783;
}
</style>