Shades of Brandy Rose #AF7F7D
Tints of Brandy Rose #AF7F7D
RGB
CMYK
RGB Variations
Color information
#AF7F7D (or 0xAF7F7D) is known color: Brandy Rose. HEX triplet: AF, 7F and 7D. RGB value is (175,127,125). Sum of RGB (Red+Green+Blue) = 175+127+125=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7F7D is #508082. Grayscale: #8D8D8D. Windows color (decimal): -5275779 or 8224687. OLE color: 8224687.
HSL color Cylindrical-coordinate representation of color #AF7F7D: hue angle of 2.4º 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 #AF7F7D is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 125 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.31 |
| HSL | 2.4º | 0.24% | 0.59% | - |
| HSV(B) | 2.4º | 0.29% | 0.69% | - |
| XYZ | 28.97 | 25.77 | 22.85 | - |
| YUV | 141.12 | 118.9 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 125 | 0 | 0.27 | 0.29 | 0.31 | 2.4 | 0.24 | 0.59 |
| Hex | AF | 7F | 7D | 0 | 1B | 1D | 1F | 2 | 18 | 3B |
| Octal | 257 | 177 | 175 | 0 | 33 | 35 | 37 | 2 | 30 | 73 |
| Binary | 10101111 | 1111111 | 1111101 | 0 | 11011 | 11101 | 11111 | 10 | 11000 | 111011 |
Color Harmonies of #AF7F7D
Complementary color
Monochromatic Colors of #AF7F7D
Black with #AF7F7D
Text Example
Text Example
White with #AF7F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7F7D; }
p { color: rgb(175,127,125); }
H1.HeaderClassName
{
color: #AF7F7D;
}
.AnyTagClassName
{
color: #AF7F7D;
}
</style>
background-color css
<style>
a { background-color: #AF7F7D; }
a { background-color: rgb(175,127,125); }
div.DivClassName
{
background-color: #AF7F7D;
}
.BgClassName
{
background-color: #AF7F7D;
}
</style>
border-color css
<style>
span { border-color: #AF7F7D; }
span { border-color: rgb(175,127,125); }
td.TdClassName
{
border-color: #AF7F7D;
}
.TagClassName
{
border-color: #AF7F7D;
}
</style>