Shades of Brandy Rose #AF8371
Tints of Brandy Rose #AF8371
RGB
CMYK
RGB Variations
Color information
#AF8371 (or 0xAF8371) is known color: Brandy Rose. HEX triplet: AF, 83 and 71. RGB value is (175,131,113). Sum of RGB (Red+Green+Blue) = 175+131+113=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8371 is #507C8E. Grayscale: #8E8E8E. Windows color (decimal): -5274767 or 7439279. OLE color: 7439279.
HSL color Cylindrical-coordinate representation of color #AF8371: hue angle of 17.42º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF8371 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 113 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.31 |
| HSL | 17.42º | 0.28% | 0.56% | - |
| HSV(B) | 17.42º | 0.35% | 0.69% | - |
| XYZ | 28.78 | 26.54 | 19.23 | - |
| YUV | 142.1 | 111.58 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 113 | 0 | 0.25 | 0.35 | 0.31 | 17.42 | 0.28 | 0.56 |
| Hex | AF | 83 | 71 | 0 | 19 | 23 | 1F | 11 | 1C | 38 |
| Octal | 257 | 203 | 161 | 0 | 31 | 43 | 37 | 21 | 34 | 70 |
| Binary | 10101111 | 10000011 | 1110001 | 0 | 11001 | 100011 | 11111 | 10001 | 11100 | 111000 |
Color Harmonies of #AF8371
Complementary color
Monochromatic Colors of #AF8371
Black with #AF8371
Text Example
Text Example
White with #AF8371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8371; }
p { color: rgb(175,131,113); }
H1.HeaderClassName
{
color: #AF8371;
}
.AnyTagClassName
{
color: #AF8371;
}
</style>
background-color css
<style>
a { background-color: #AF8371; }
a { background-color: rgb(175,131,113); }
div.DivClassName
{
background-color: #AF8371;
}
.BgClassName
{
background-color: #AF8371;
}
</style>
border-color css
<style>
span { border-color: #AF8371; }
span { border-color: rgb(175,131,113); }
td.TdClassName
{
border-color: #AF8371;
}
.TagClassName
{
border-color: #AF8371;
}
</style>