Shades of Brandy Rose #AF7B77
Tints of Brandy Rose #AF7B77
RGB
CMYK
RGB Variations
Color information
#AF7B77 (or 0xAF7B77) is known color: Brandy Rose. HEX triplet: AF, 7B and 77. RGB value is (175,123,119). Sum of RGB (Red+Green+Blue) = 175+123+119=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B77 is #508488. Grayscale: #8A8A8A. Windows color (decimal): -5276809 or 7830447. OLE color: 7830447.
HSL color Cylindrical-coordinate representation of color #AF7B77: hue angle of 4.29º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF7B77 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 119 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.31 |
| HSL | 4.29º | 0.26% | 0.58% | - |
| HSV(B) | 4.29º | 0.32% | 0.69% | - |
| XYZ | 28.09 | 24.61 | 20.72 | - |
| YUV | 138.09 | 117.23 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 119 | 0 | 0.30 | 0.32 | 0.31 | 4.29 | 0.26 | 0.58 |
| Hex | AF | 7B | 77 | 0 | 1E | 20 | 1F | 4 | 1A | 3A |
| Octal | 257 | 173 | 167 | 0 | 36 | 40 | 37 | 4 | 32 | 72 |
| Binary | 10101111 | 1111011 | 1110111 | 0 | 11110 | 100000 | 11111 | 100 | 11010 | 111010 |
Color Harmonies of #AF7B77
Complementary color
Monochromatic Colors of #AF7B77
Black with #AF7B77
Text Example
Text Example
White with #AF7B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B77; }
p { color: rgb(175,123,119); }
H1.HeaderClassName
{
color: #AF7B77;
}
.AnyTagClassName
{
color: #AF7B77;
}
</style>
background-color css
<style>
a { background-color: #AF7B77; }
a { background-color: rgb(175,123,119); }
div.DivClassName
{
background-color: #AF7B77;
}
.BgClassName
{
background-color: #AF7B77;
}
</style>
border-color css
<style>
span { border-color: #AF7B77; }
span { border-color: rgb(175,123,119); }
td.TdClassName
{
border-color: #AF7B77;
}
.TagClassName
{
border-color: #AF7B77;
}
</style>