Shades of Brandy Rose #AF7B78
Tints of Brandy Rose #AF7B78
RGB
CMYK
RGB Variations
Color information
#AF7B78 (or 0xAF7B78) is known color: Brandy Rose. HEX triplet: AF, 7B and 78. RGB value is (175,123,120). Sum of RGB (Red+Green+Blue) = 175+123+120=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B78 is #508487. Grayscale: #8A8A8A. Windows color (decimal): -5276808 or 7895983. OLE color: 7895983.
HSL color Cylindrical-coordinate representation of color #AF7B78: hue angle of 3.27º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF7B78 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 120 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.31 |
| HSL | 3.27º | 0.26% | 0.58% | - |
| HSV(B) | 3.27º | 0.31% | 0.69% | - |
| XYZ | 28.15 | 24.64 | 21.04 | - |
| YUV | 138.21 | 117.73 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 120 | 0 | 0.30 | 0.31 | 0.31 | 3.27 | 0.26 | 0.58 |
| Hex | AF | 7B | 78 | 0 | 1E | 1F | 1F | 3 | 1A | 3A |
| Octal | 257 | 173 | 170 | 0 | 36 | 37 | 37 | 3 | 32 | 72 |
| Binary | 10101111 | 1111011 | 1111000 | 0 | 11110 | 11111 | 11111 | 11 | 11010 | 111010 |
Color Harmonies of #AF7B78
Complementary color
Monochromatic Colors of #AF7B78
Black with #AF7B78
Text Example
Text Example
White with #AF7B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B78; }
p { color: rgb(175,123,120); }
H1.HeaderClassName
{
color: #AF7B78;
}
.AnyTagClassName
{
color: #AF7B78;
}
</style>
background-color css
<style>
a { background-color: #AF7B78; }
a { background-color: rgb(175,123,120); }
div.DivClassName
{
background-color: #AF7B78;
}
.BgClassName
{
background-color: #AF7B78;
}
</style>
border-color css
<style>
span { border-color: #AF7B78; }
span { border-color: rgb(175,123,120); }
td.TdClassName
{
border-color: #AF7B78;
}
.TagClassName
{
border-color: #AF7B78;
}
</style>