Shades of Brandy Rose #AF7F7E
Tints of Brandy Rose #AF7F7E
RGB
CMYK
RGB Variations
Color information
#AF7F7E (or 0xAF7F7E) is known color: Brandy Rose. HEX triplet: AF, 7F and 7E. RGB value is (175,127,126). Sum of RGB (Red+Green+Blue) = 175+127+126=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7F7E is #508081. Grayscale: #8D8D8D. Windows color (decimal): -5275778 or 8290223. OLE color: 8290223.
HSL color Cylindrical-coordinate representation of color #AF7F7E: hue angle of 1.22º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF7F7E is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 126 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.31 |
| HSL | 1.22º | 0.23% | 0.59% | - |
| HSV(B) | 1.22º | 0.28% | 0.69% | - |
| XYZ | 29.03 | 25.8 | 23.19 | - |
| YUV | 141.24 | 119.4 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 126 | 0 | 0.27 | 0.28 | 0.31 | 1.22 | 0.23 | 0.59 |
| Hex | AF | 7F | 7E | 0 | 1B | 1C | 1F | 1 | 17 | 3B |
| Octal | 257 | 177 | 176 | 0 | 33 | 34 | 37 | 1 | 27 | 73 |
| Binary | 10101111 | 1111111 | 1111110 | 0 | 11011 | 11100 | 11111 | 1 | 10111 | 111011 |
Color Harmonies of #AF7F7E
Complementary color
Monochromatic Colors of #AF7F7E
Black with #AF7F7E
Text Example
Text Example
White with #AF7F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7F7E; }
p { color: rgb(175,127,126); }
H1.HeaderClassName
{
color: #AF7F7E;
}
.AnyTagClassName
{
color: #AF7F7E;
}
</style>
background-color css
<style>
a { background-color: #AF7F7E; }
a { background-color: rgb(175,127,126); }
div.DivClassName
{
background-color: #AF7F7E;
}
.BgClassName
{
background-color: #AF7F7E;
}
</style>
border-color css
<style>
span { border-color: #AF7F7E; }
span { border-color: rgb(175,127,126); }
td.TdClassName
{
border-color: #AF7F7E;
}
.TagClassName
{
border-color: #AF7F7E;
}
</style>