Shades of Brandy Rose #AF8774
Tints of Brandy Rose #AF8774
RGB
CMYK
RGB Variations
Color information
#AF8774 (or 0xAF8774) is known color: Brandy Rose. HEX triplet: AF, 87 and 74. RGB value is (175,135,116). Sum of RGB (Red+Green+Blue) = 175+135+116=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8774 is #50788B. Grayscale: #909090. Windows color (decimal): -5273740 or 7636911. OLE color: 7636911.
HSL color Cylindrical-coordinate representation of color #AF8774: hue angle of 19.32º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF8774 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 116 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.31 |
| HSL | 19.32º | 0.27% | 0.57% | - |
| HSV(B) | 19.32º | 0.34% | 0.69% | - |
| XYZ | 29.5 | 27.7 | 20.32 | - |
| YUV | 144.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 116 | 0 | 0.23 | 0.34 | 0.31 | 19.32 | 0.27 | 0.57 |
| Hex | AF | 87 | 74 | 0 | 17 | 22 | 1F | 13 | 1B | 39 |
| Octal | 257 | 207 | 164 | 0 | 27 | 42 | 37 | 23 | 33 | 71 |
| Binary | 10101111 | 10000111 | 1110100 | 0 | 10111 | 100010 | 11111 | 10011 | 11011 | 111001 |
Color Harmonies of #AF8774
Complementary color
Monochromatic Colors of #AF8774
Black with #AF8774
Text Example
Text Example
White with #AF8774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8774; }
p { color: rgb(175,135,116); }
H1.HeaderClassName
{
color: #AF8774;
}
.AnyTagClassName
{
color: #AF8774;
}
</style>
background-color css
<style>
a { background-color: #AF8774; }
a { background-color: rgb(175,135,116); }
div.DivClassName
{
background-color: #AF8774;
}
.BgClassName
{
background-color: #AF8774;
}
</style>
border-color css
<style>
span { border-color: #AF8774; }
span { border-color: rgb(175,135,116); }
td.TdClassName
{
border-color: #AF8774;
}
.TagClassName
{
border-color: #AF8774;
}
</style>