Shades of Brandy Rose #AF7D6C
Tints of Brandy Rose #AF7D6C
RGB
CMYK
RGB Variations
Color information
#AF7D6C (or 0xAF7D6C) is known color: Brandy Rose. HEX triplet: AF, 7D and 6C. RGB value is (175,125,108). Sum of RGB (Red+Green+Blue) = 175+125+108=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7D6C is #508293. Grayscale: #8A8A8A. Windows color (decimal): -5276308 or 7110063. OLE color: 7110063.
HSL color Cylindrical-coordinate representation of color #AF7D6C: hue angle of 15.22º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF7D6C is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 125 | 108 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.31 |
| HSL | 15.22º | 0.3% | 0.55% | - |
| HSV(B) | 15.22º | 0.38% | 0.69% | - |
| XYZ | 27.72 | 24.86 | 17.53 | - |
| YUV | 138.01 | 111.07 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 108 | 0 | 0.29 | 0.38 | 0.31 | 15.22 | 0.3 | 0.55 |
| Hex | AF | 7D | 6C | 0 | 1D | 26 | 1F | F | 1E | 37 |
| Octal | 257 | 175 | 154 | 0 | 35 | 46 | 37 | 17 | 36 | 67 |
| Binary | 10101111 | 1111101 | 1101100 | 0 | 11101 | 100110 | 11111 | 1111 | 11110 | 110111 |
Color Harmonies of #AF7D6C
Complementary color
Monochromatic Colors of #AF7D6C
Black with #AF7D6C
Text Example
Text Example
White with #AF7D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7D6C; }
p { color: rgb(175,125,108); }
H1.HeaderClassName
{
color: #AF7D6C;
}
.AnyTagClassName
{
color: #AF7D6C;
}
</style>
background-color css
<style>
a { background-color: #AF7D6C; }
a { background-color: rgb(175,125,108); }
div.DivClassName
{
background-color: #AF7D6C;
}
.BgClassName
{
background-color: #AF7D6C;
}
</style>
border-color css
<style>
span { border-color: #AF7D6C; }
span { border-color: rgb(175,125,108); }
td.TdClassName
{
border-color: #AF7D6C;
}
.TagClassName
{
border-color: #AF7D6C;
}
</style>