Shades of Turkish Rose #AB7A7B
Tints of Turkish Rose #AB7A7B
RGB
CMYK
RGB Variations
Color information
#AB7A7B (or 0xAB7A7B) is known color: Turkish Rose. HEX triplet: AB, 7A and 7B. RGB value is (171,122,123). Sum of RGB (Red+Green+Blue) = 171+122+123=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7A7B is #548584. Grayscale: #888888. Windows color (decimal): -5539205 or 8092331. OLE color: 8092331.
HSL color Cylindrical-coordinate representation of color #AB7A7B: hue angle of 358.78º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB7A7B is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 123 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.33 |
| HSL | 358.78º | 0.23% | 0.57% | - |
| HSV(B) | 358.78º | 0.29% | 0.67% | - |
| XYZ | 27.33 | 24.01 | 21.93 | - |
| YUV | 136.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 123 | 0 | 0.29 | 0.28 | 0.33 | 358.78 | 0.23 | 0.57 |
| Hex | AB | 7A | 7B | 0 | 1D | 1C | 21 | 167 | 17 | 39 |
| Octal | 253 | 172 | 173 | 0 | 35 | 34 | 41 | 547 | 27 | 71 |
| Binary | 10101011 | 1111010 | 1111011 | 0 | 11101 | 11100 | 100001 | 101100111 | 10111 | 111001 |
Color Harmonies of #AB7A7B
Complementary color
Monochromatic Colors of #AB7A7B
Black with #AB7A7B
Text Example
Text Example
White with #AB7A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A7B; }
p { color: rgb(171,122,123); }
H1.HeaderClassName
{
color: #AB7A7B;
}
.AnyTagClassName
{
color: #AB7A7B;
}
</style>
background-color css
<style>
a { background-color: #AB7A7B; }
a { background-color: rgb(171,122,123); }
div.DivClassName
{
background-color: #AB7A7B;
}
.BgClassName
{
background-color: #AB7A7B;
}
</style>
border-color css
<style>
span { border-color: #AB7A7B; }
span { border-color: rgb(171,122,123); }
td.TdClassName
{
border-color: #AB7A7B;
}
.TagClassName
{
border-color: #AB7A7B;
}
</style>