Shades of Brandy Rose #AF7978
Tints of Brandy Rose #AF7978
RGB
CMYK
RGB Variations
Color information
#AF7978 (or 0xAF7978) is known color: Brandy Rose. HEX triplet: AF, 79 and 78. RGB value is (175,121,120). Sum of RGB (Red+Green+Blue) = 175+121+120=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7978 is #508687. Grayscale: #898989. Windows color (decimal): -5277320 or 7895471. OLE color: 7895471.
HSL color Cylindrical-coordinate representation of color #AF7978: hue angle of 1.09º 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 #AF7978 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 120 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.31 |
| HSL | 1.09º | 0.26% | 0.58% | - |
| HSV(B) | 1.09º | 0.31% | 0.69% | - |
| XYZ | 27.91 | 24.14 | 20.96 | - |
| YUV | 137.03 | 118.39 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 120 | 0 | 0.31 | 0.31 | 0.31 | 1.09 | 0.26 | 0.58 |
| Hex | AF | 79 | 78 | 0 | 1F | 1F | 1F | 1 | 1A | 3A |
| Octal | 257 | 171 | 170 | 0 | 37 | 37 | 37 | 1 | 32 | 72 |
| Binary | 10101111 | 1111001 | 1111000 | 0 | 11111 | 11111 | 11111 | 1 | 11010 | 111010 |
Color Harmonies of #AF7978
Complementary color
Monochromatic Colors of #AF7978
Black with #AF7978
Text Example
Text Example
White with #AF7978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7978; }
p { color: rgb(175,121,120); }
H1.HeaderClassName
{
color: #AF7978;
}
.AnyTagClassName
{
color: #AF7978;
}
</style>
background-color css
<style>
a { background-color: #AF7978; }
a { background-color: rgb(175,121,120); }
div.DivClassName
{
background-color: #AF7978;
}
.BgClassName
{
background-color: #AF7978;
}
</style>
border-color css
<style>
span { border-color: #AF7978; }
span { border-color: rgb(175,121,120); }
td.TdClassName
{
border-color: #AF7978;
}
.TagClassName
{
border-color: #AF7978;
}
</style>