Shades of Brandy Rose #AF7C6D
Tints of Brandy Rose #AF7C6D
RGB
CMYK
RGB Variations
Color information
#AF7C6D (or 0xAF7C6D) is known color: Brandy Rose. HEX triplet: AF, 7C and 6D. RGB value is (175,124,109). Sum of RGB (Red+Green+Blue) = 175+124+109=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7C6D is #508392. Grayscale: #898989. Windows color (decimal): -5276563 or 7175343. OLE color: 7175343.
HSL color Cylindrical-coordinate representation of color #AF7C6D: hue angle of 13.64º 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 #AF7C6D is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 124 | 109 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.31 |
| HSL | 13.64º | 0.29% | 0.56% | - |
| HSV(B) | 13.64º | 0.38% | 0.69% | - |
| XYZ | 27.65 | 24.63 | 17.77 | - |
| YUV | 137.54 | 111.9 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 124 | 109 | 0 | 0.29 | 0.38 | 0.31 | 13.64 | 0.29 | 0.56 |
| Hex | AF | 7C | 6D | 0 | 1D | 26 | 1F | E | 1D | 38 |
| Octal | 257 | 174 | 155 | 0 | 35 | 46 | 37 | 16 | 35 | 70 |
| Binary | 10101111 | 1111100 | 1101101 | 0 | 11101 | 100110 | 11111 | 1110 | 11101 | 111000 |
Color Harmonies of #AF7C6D
Complementary color
Monochromatic Colors of #AF7C6D
Black with #AF7C6D
Text Example
Text Example
White with #AF7C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7C6D; }
p { color: rgb(175,124,109); }
H1.HeaderClassName
{
color: #AF7C6D;
}
.AnyTagClassName
{
color: #AF7C6D;
}
</style>
background-color css
<style>
a { background-color: #AF7C6D; }
a { background-color: rgb(175,124,109); }
div.DivClassName
{
background-color: #AF7C6D;
}
.BgClassName
{
background-color: #AF7C6D;
}
</style>
border-color css
<style>
span { border-color: #AF7C6D; }
span { border-color: rgb(175,124,109); }
td.TdClassName
{
border-color: #AF7C6D;
}
.TagClassName
{
border-color: #AF7C6D;
}
</style>