Shades of Brandy Rose #AF7976
Tints of Brandy Rose #AF7976
RGB
CMYK
RGB Variations
Color information
#AF7976 (or 0xAF7976) is known color: Brandy Rose. HEX triplet: AF, 79 and 76. RGB value is (175,121,118). Sum of RGB (Red+Green+Blue) = 175+121+118=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7976 is #508689. Grayscale: #888888. Windows color (decimal): -5277322 or 7764399. OLE color: 7764399.
HSL color Cylindrical-coordinate representation of color #AF7976: hue angle of 3.16º degrees, saturation: 0.26, 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 #AF7976 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 118 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.31 |
| HSL | 3.16º | 0.26% | 0.57% | - |
| HSV(B) | 3.16º | 0.33% | 0.69% | - |
| XYZ | 27.79 | 24.1 | 20.33 | - |
| YUV | 136.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 118 | 0 | 0.31 | 0.33 | 0.31 | 3.16 | 0.26 | 0.57 |
| Hex | AF | 79 | 76 | 0 | 1F | 21 | 1F | 3 | 1A | 39 |
| Octal | 257 | 171 | 166 | 0 | 37 | 41 | 37 | 3 | 32 | 71 |
| Binary | 10101111 | 1111001 | 1110110 | 0 | 11111 | 100001 | 11111 | 11 | 11010 | 111001 |
Color Harmonies of #AF7976
Complementary color
Monochromatic Colors of #AF7976
Black with #AF7976
Text Example
Text Example
White with #AF7976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7976; }
p { color: rgb(175,121,118); }
H1.HeaderClassName
{
color: #AF7976;
}
.AnyTagClassName
{
color: #AF7976;
}
</style>
background-color css
<style>
a { background-color: #AF7976; }
a { background-color: rgb(175,121,118); }
div.DivClassName
{
background-color: #AF7976;
}
.BgClassName
{
background-color: #AF7976;
}
</style>
border-color css
<style>
span { border-color: #AF7976; }
span { border-color: rgb(175,121,118); }
td.TdClassName
{
border-color: #AF7976;
}
.TagClassName
{
border-color: #AF7976;
}
</style>