Shades of Brandy Rose #AF7F7C
Tints of Brandy Rose #AF7F7C
RGB
CMYK
RGB Variations
Color information
#AF7F7C (or 0xAF7F7C) is known color: Brandy Rose. HEX triplet: AF, 7F and 7C. RGB value is (175,127,124). Sum of RGB (Red+Green+Blue) = 175+127+124=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7F7C is #508083. Grayscale: #8D8D8D. Windows color (decimal): -5275780 or 8159151. OLE color: 8159151.
HSL color Cylindrical-coordinate representation of color #AF7F7C: hue angle of 3.53º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF7F7C is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 124 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.31 |
| HSL | 3.53º | 0.24% | 0.59% | - |
| HSV(B) | 3.53º | 0.29% | 0.69% | - |
| XYZ | 28.91 | 25.75 | 22.52 | - |
| YUV | 141.01 | 118.4 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 124 | 0 | 0.27 | 0.29 | 0.31 | 3.53 | 0.24 | 0.59 |
| Hex | AF | 7F | 7C | 0 | 1B | 1D | 1F | 4 | 18 | 3B |
| Octal | 257 | 177 | 174 | 0 | 33 | 35 | 37 | 4 | 30 | 73 |
| Binary | 10101111 | 1111111 | 1111100 | 0 | 11011 | 11101 | 11111 | 100 | 11000 | 111011 |
Color Harmonies of #AF7F7C
Complementary color
Monochromatic Colors of #AF7F7C
Black with #AF7F7C
Text Example
Text Example
White with #AF7F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7F7C; }
p { color: rgb(175,127,124); }
H1.HeaderClassName
{
color: #AF7F7C;
}
.AnyTagClassName
{
color: #AF7F7C;
}
</style>
background-color css
<style>
a { background-color: #AF7F7C; }
a { background-color: rgb(175,127,124); }
div.DivClassName
{
background-color: #AF7F7C;
}
.BgClassName
{
background-color: #AF7F7C;
}
</style>
border-color css
<style>
span { border-color: #AF7F7C; }
span { border-color: rgb(175,127,124); }
td.TdClassName
{
border-color: #AF7F7C;
}
.TagClassName
{
border-color: #AF7F7C;
}
</style>