Shades of Brandy Rose #AF7E6D
Tints of Brandy Rose #AF7E6D
RGB
CMYK
RGB Variations
Color information
#AF7E6D (or 0xAF7E6D) is known color: Brandy Rose. HEX triplet: AF, 7E and 6D. RGB value is (175,126,109). Sum of RGB (Red+Green+Blue) = 175+126+109=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7E6D is #508192. Grayscale: #8A8A8A. Windows color (decimal): -5276051 or 7175855. OLE color: 7175855.
HSL color Cylindrical-coordinate representation of color #AF7E6D: hue angle of 15.45º 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 #AF7E6D is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 126 | 109 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.31 |
| HSL | 15.45º | 0.29% | 0.56% | - |
| HSV(B) | 15.45º | 0.38% | 0.69% | - |
| XYZ | 27.9 | 25.14 | 17.85 | - |
| YUV | 138.71 | 111.23 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 126 | 109 | 0 | 0.28 | 0.38 | 0.31 | 15.45 | 0.29 | 0.56 |
| Hex | AF | 7E | 6D | 0 | 1C | 26 | 1F | F | 1D | 38 |
| Octal | 257 | 176 | 155 | 0 | 34 | 46 | 37 | 17 | 35 | 70 |
| Binary | 10101111 | 1111110 | 1101101 | 0 | 11100 | 100110 | 11111 | 1111 | 11101 | 111000 |
Color Harmonies of #AF7E6D
Complementary color
Monochromatic Colors of #AF7E6D
Black with #AF7E6D
Text Example
Text Example
White with #AF7E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7E6D; }
p { color: rgb(175,126,109); }
H1.HeaderClassName
{
color: #AF7E6D;
}
.AnyTagClassName
{
color: #AF7E6D;
}
</style>
background-color css
<style>
a { background-color: #AF7E6D; }
a { background-color: rgb(175,126,109); }
div.DivClassName
{
background-color: #AF7E6D;
}
.BgClassName
{
background-color: #AF7E6D;
}
</style>
border-color css
<style>
span { border-color: #AF7E6D; }
span { border-color: rgb(175,126,109); }
td.TdClassName
{
border-color: #AF7E6D;
}
.TagClassName
{
border-color: #AF7E6D;
}
</style>