Shades of Brandy Rose #AF8671
Tints of Brandy Rose #AF8671
RGB
CMYK
RGB Variations
Color information
#AF8671 (or 0xAF8671) is known color: Brandy Rose. HEX triplet: AF, 86 and 71. RGB value is (175,134,113). Sum of RGB (Red+Green+Blue) = 175+134+113=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8671 is #50798E. Grayscale: #8F8F8F. Windows color (decimal): -5273999 or 7440047. OLE color: 7440047.
HSL color Cylindrical-coordinate representation of color #AF8671: hue angle of 20.32º 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 #AF8671 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 113 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.31 |
| HSL | 20.32º | 0.28% | 0.56% | - |
| HSV(B) | 20.32º | 0.35% | 0.69% | - |
| XYZ | 29.18 | 27.36 | 19.36 | - |
| YUV | 143.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 113 | 0 | 0.23 | 0.35 | 0.31 | 20.32 | 0.28 | 0.56 |
| Hex | AF | 86 | 71 | 0 | 17 | 23 | 1F | 14 | 1C | 38 |
| Octal | 257 | 206 | 161 | 0 | 27 | 43 | 37 | 24 | 34 | 70 |
| Binary | 10101111 | 10000110 | 1110001 | 0 | 10111 | 100011 | 11111 | 10100 | 11100 | 111000 |
Color Harmonies of #AF8671
Complementary color
Monochromatic Colors of #AF8671
Black with #AF8671
Text Example
Text Example
White with #AF8671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8671; }
p { color: rgb(175,134,113); }
H1.HeaderClassName
{
color: #AF8671;
}
.AnyTagClassName
{
color: #AF8671;
}
</style>
background-color css
<style>
a { background-color: #AF8671; }
a { background-color: rgb(175,134,113); }
div.DivClassName
{
background-color: #AF8671;
}
.BgClassName
{
background-color: #AF8671;
}
</style>
border-color css
<style>
span { border-color: #AF8671; }
span { border-color: rgb(175,134,113); }
td.TdClassName
{
border-color: #AF8671;
}
.TagClassName
{
border-color: #AF8671;
}
</style>