Shades of Brandy Rose #AB7F7B
Tints of Brandy Rose #AB7F7B
RGB
CMYK
RGB Variations
Color information
#AB7F7B (or 0xAB7F7B) is known color: Brandy Rose. HEX triplet: AB, 7F and 7B. RGB value is (171,127,123). Sum of RGB (Red+Green+Blue) = 171+127+123=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7F7B is #548084. Grayscale: #8B8B8B. Windows color (decimal): -5537925 or 8093611. OLE color: 8093611.
HSL color Cylindrical-coordinate representation of color #AB7F7B: hue angle of 5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB7F7B is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 127 | 123 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.33 |
| HSL | 5º | 0.22% | 0.58% | - |
| HSV(B) | 5º | 0.28% | 0.67% | - |
| XYZ | 27.96 | 25.27 | 22.14 | - |
| YUV | 139.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 123 | 0 | 0.26 | 0.28 | 0.33 | 5 | 0.22 | 0.58 |
| Hex | AB | 7F | 7B | 0 | 1A | 1C | 21 | 5 | 16 | 3A |
| Octal | 253 | 177 | 173 | 0 | 32 | 34 | 41 | 5 | 26 | 72 |
| Binary | 10101011 | 1111111 | 1111011 | 0 | 11010 | 11100 | 100001 | 101 | 10110 | 111010 |
Color Harmonies of #AB7F7B
Complementary color
Monochromatic Colors of #AB7F7B
Black with #AB7F7B
Text Example
Text Example
White with #AB7F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7F7B; }
p { color: rgb(171,127,123); }
H1.HeaderClassName
{
color: #AB7F7B;
}
.AnyTagClassName
{
color: #AB7F7B;
}
</style>
background-color css
<style>
a { background-color: #AB7F7B; }
a { background-color: rgb(171,127,123); }
div.DivClassName
{
background-color: #AB7F7B;
}
.BgClassName
{
background-color: #AB7F7B;
}
</style>
border-color css
<style>
span { border-color: #AB7F7B; }
span { border-color: rgb(171,127,123); }
td.TdClassName
{
border-color: #AB7F7B;
}
.TagClassName
{
border-color: #AB7F7B;
}
</style>