Shades of Brandy Rose #AF8576
Tints of Brandy Rose #AF8576
RGB
CMYK
RGB Variations
Color information
#AF8576 (or 0xAF8576) is known color: Brandy Rose. HEX triplet: AF, 85 and 76. RGB value is (175,133,118). Sum of RGB (Red+Green+Blue) = 175+133+118=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8576 is #507A89. Grayscale: #8F8F8F. Windows color (decimal): -5274250 or 7767471. OLE color: 7767471.
HSL color Cylindrical-coordinate representation of color #AF8576: hue angle of 15.79º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF8576 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 118 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.31 |
| HSL | 15.79º | 0.26% | 0.57% | - |
| HSV(B) | 15.79º | 0.33% | 0.69% | - |
| XYZ | 29.34 | 27.2 | 20.84 | - |
| YUV | 143.85 | 113.41 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 118 | 0 | 0.24 | 0.33 | 0.31 | 15.79 | 0.26 | 0.57 |
| Hex | AF | 85 | 76 | 0 | 18 | 21 | 1F | 10 | 1A | 39 |
| Octal | 257 | 205 | 166 | 0 | 30 | 41 | 37 | 20 | 32 | 71 |
| Binary | 10101111 | 10000101 | 1110110 | 0 | 11000 | 100001 | 11111 | 10000 | 11010 | 111001 |
Color Harmonies of #AF8576
Complementary color
Monochromatic Colors of #AF8576
Black with #AF8576
Text Example
Text Example
White with #AF8576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8576; }
p { color: rgb(175,133,118); }
H1.HeaderClassName
{
color: #AF8576;
}
.AnyTagClassName
{
color: #AF8576;
}
</style>
background-color css
<style>
a { background-color: #AF8576; }
a { background-color: rgb(175,133,118); }
div.DivClassName
{
background-color: #AF8576;
}
.BgClassName
{
background-color: #AF8576;
}
</style>
border-color css
<style>
span { border-color: #AF8576; }
span { border-color: rgb(175,133,118); }
td.TdClassName
{
border-color: #AF8576;
}
.TagClassName
{
border-color: #AF8576;
}
</style>