Shades of Brandy Rose #AF7A73
Tints of Brandy Rose #AF7A73
RGB
CMYK
RGB Variations
Color information
#AF7A73 (or 0xAF7A73) is known color: Brandy Rose. HEX triplet: AF, 7A and 73. RGB value is (175,122,115). Sum of RGB (Red+Green+Blue) = 175+122+115=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A73 is #50858C. Grayscale: #898989. Windows color (decimal): -5277069 or 7568047. OLE color: 7568047.
HSL color Cylindrical-coordinate representation of color #AF7A73: hue angle of 7º 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 #AF7A73 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 122 | 115 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.31 |
| HSL | 7º | 0.27% | 0.57% | - |
| HSV(B) | 7º | 0.34% | 0.69% | - |
| XYZ | 27.73 | 24.27 | 19.44 | - |
| YUV | 137.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 115 | 0 | 0.30 | 0.34 | 0.31 | 7 | 0.27 | 0.57 |
| Hex | AF | 7A | 73 | 0 | 1E | 22 | 1F | 7 | 1B | 39 |
| Octal | 257 | 172 | 163 | 0 | 36 | 42 | 37 | 7 | 33 | 71 |
| Binary | 10101111 | 1111010 | 1110011 | 0 | 11110 | 100010 | 11111 | 111 | 11011 | 111001 |
Color Harmonies of #AF7A73
Complementary color
Monochromatic Colors of #AF7A73
Black with #AF7A73
Text Example
Text Example
White with #AF7A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7A73; }
p { color: rgb(175,122,115); }
H1.HeaderClassName
{
color: #AF7A73;
}
.AnyTagClassName
{
color: #AF7A73;
}
</style>
background-color css
<style>
a { background-color: #AF7A73; }
a { background-color: rgb(175,122,115); }
div.DivClassName
{
background-color: #AF7A73;
}
.BgClassName
{
background-color: #AF7A73;
}
</style>
border-color css
<style>
span { border-color: #AF7A73; }
span { border-color: rgb(175,122,115); }
td.TdClassName
{
border-color: #AF7A73;
}
.TagClassName
{
border-color: #AF7A73;
}
</style>