Shades of Brandy Rose #AF7D6D
Tints of Brandy Rose #AF7D6D
RGB
CMYK
RGB Variations
Color information
#AF7D6D (or 0xAF7D6D) is known color: Brandy Rose. HEX triplet: AF, 7D and 6D. RGB value is (175,125,109). Sum of RGB (Red+Green+Blue) = 175+125+109=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7D6D is #508292. Grayscale: #8A8A8A. Windows color (decimal): -5276307 or 7175599. OLE color: 7175599.
HSL color Cylindrical-coordinate representation of color #AF7D6D: hue angle of 14.55º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF7D6D is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 125 | 109 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.31 |
| HSL | 14.55º | 0.29% | 0.56% | - |
| HSV(B) | 14.55º | 0.38% | 0.69% | - |
| XYZ | 27.77 | 24.89 | 17.81 | - |
| YUV | 138.13 | 111.57 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 109 | 0 | 0.29 | 0.38 | 0.31 | 14.55 | 0.29 | 0.56 |
| Hex | AF | 7D | 6D | 0 | 1D | 26 | 1F | F | 1D | 38 |
| Octal | 257 | 175 | 155 | 0 | 35 | 46 | 37 | 17 | 35 | 70 |
| Binary | 10101111 | 1111101 | 1101101 | 0 | 11101 | 100110 | 11111 | 1111 | 11101 | 111000 |
Color Harmonies of #AF7D6D
Complementary color
Monochromatic Colors of #AF7D6D
Black with #AF7D6D
Text Example
Text Example
White with #AF7D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7D6D; }
p { color: rgb(175,125,109); }
H1.HeaderClassName
{
color: #AF7D6D;
}
.AnyTagClassName
{
color: #AF7D6D;
}
</style>
background-color css
<style>
a { background-color: #AF7D6D; }
a { background-color: rgb(175,125,109); }
div.DivClassName
{
background-color: #AF7D6D;
}
.BgClassName
{
background-color: #AF7D6D;
}
</style>
border-color css
<style>
span { border-color: #AF7D6D; }
span { border-color: rgb(175,125,109); }
td.TdClassName
{
border-color: #AF7D6D;
}
.TagClassName
{
border-color: #AF7D6D;
}
</style>