Shades of Brandy Rose #AF7A75
Tints of Brandy Rose #AF7A75
RGB
CMYK
RGB Variations
Color information
#AF7A75 (or 0xAF7A75) is known color: Brandy Rose. HEX triplet: AF, 7A and 75. RGB value is (175,122,117). Sum of RGB (Red+Green+Blue) = 175+122+117=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A75 is #50858A. Grayscale: #898989. Windows color (decimal): -5277067 or 7699119. OLE color: 7699119.
HSL color Cylindrical-coordinate representation of color #AF7A75: hue angle of 5.17º degrees, saturation: 0.27, 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 #AF7A75 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 122 | 117 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.31 |
| HSL | 5.17º | 0.27% | 0.57% | - |
| HSV(B) | 5.17º | 0.33% | 0.69% | - |
| XYZ | 27.85 | 24.32 | 20.06 | - |
| YUV | 137.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 117 | 0 | 0.30 | 0.33 | 0.31 | 5.17 | 0.27 | 0.57 |
| Hex | AF | 7A | 75 | 0 | 1E | 21 | 1F | 5 | 1B | 39 |
| Octal | 257 | 172 | 165 | 0 | 36 | 41 | 37 | 5 | 33 | 71 |
| Binary | 10101111 | 1111010 | 1110101 | 0 | 11110 | 100001 | 11111 | 101 | 11011 | 111001 |
Color Harmonies of #AF7A75
Complementary color
Monochromatic Colors of #AF7A75
Black with #AF7A75
Text Example
Text Example
White with #AF7A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7A75; }
p { color: rgb(175,122,117); }
H1.HeaderClassName
{
color: #AF7A75;
}
.AnyTagClassName
{
color: #AF7A75;
}
</style>
background-color css
<style>
a { background-color: #AF7A75; }
a { background-color: rgb(175,122,117); }
div.DivClassName
{
background-color: #AF7A75;
}
.BgClassName
{
background-color: #AF7A75;
}
</style>
border-color css
<style>
span { border-color: #AF7A75; }
span { border-color: rgb(175,122,117); }
td.TdClassName
{
border-color: #AF7A75;
}
.TagClassName
{
border-color: #AF7A75;
}
</style>