Shades of Brandy Rose #AF7B72
Tints of Brandy Rose #AF7B72
RGB
CMYK
RGB Variations
Color information
#AF7B72 (or 0xAF7B72) is known color: Brandy Rose. HEX triplet: AF, 7B and 72. RGB value is (175,123,114). Sum of RGB (Red+Green+Blue) = 175+123+114=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B72 is #50848D. Grayscale: #898989. Windows color (decimal): -5276814 or 7502767. OLE color: 7502767.
HSL color Cylindrical-coordinate representation of color #AF7B72: hue angle of 8.85º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF7B72 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 114 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.31 |
| HSL | 8.85º | 0.28% | 0.57% | - |
| HSV(B) | 8.85º | 0.35% | 0.69% | - |
| XYZ | 27.8 | 24.49 | 19.18 | - |
| YUV | 137.52 | 114.73 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 114 | 0 | 0.30 | 0.35 | 0.31 | 8.85 | 0.28 | 0.57 |
| Hex | AF | 7B | 72 | 0 | 1E | 23 | 1F | 9 | 1C | 39 |
| Octal | 257 | 173 | 162 | 0 | 36 | 43 | 37 | 11 | 34 | 71 |
| Binary | 10101111 | 1111011 | 1110010 | 0 | 11110 | 100011 | 11111 | 1001 | 11100 | 111001 |
Color Harmonies of #AF7B72
Complementary color
Monochromatic Colors of #AF7B72
Black with #AF7B72
Text Example
Text Example
White with #AF7B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B72; }
p { color: rgb(175,123,114); }
H1.HeaderClassName
{
color: #AF7B72;
}
.AnyTagClassName
{
color: #AF7B72;
}
</style>
background-color css
<style>
a { background-color: #AF7B72; }
a { background-color: rgb(175,123,114); }
div.DivClassName
{
background-color: #AF7B72;
}
.BgClassName
{
background-color: #AF7B72;
}
</style>
border-color css
<style>
span { border-color: #AF7B72; }
span { border-color: rgb(175,123,114); }
td.TdClassName
{
border-color: #AF7B72;
}
.TagClassName
{
border-color: #AF7B72;
}
</style>