Shades of Turkish Rose #A27A7C
Tints of Turkish Rose #A27A7C
RGB
CMYK
RGB Variations
Color information
#A27A7C (or 0xA27A7C) is known color: Turkish Rose. HEX triplet: A2, 7A and 7C. RGB value is (162,122,124). Sum of RGB (Red+Green+Blue) = 162+122+124=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27A7C is #5D8583. Grayscale: #868686. Windows color (decimal): -6129028 or 8157858. OLE color: 8157858.
HSL color Cylindrical-coordinate representation of color #A27A7C: hue angle of 357º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A27A7C is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 124 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.36 |
| HSL | 357º | 0.18% | 0.56% | - |
| HSV(B) | 357º | 0.25% | 0.64% | - |
| XYZ | 25.5 | 23.06 | 22.18 | - |
| YUV | 134.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 124 | 0 | 0.25 | 0.23 | 0.36 | 357 | 0.18 | 0.56 |
| Hex | A2 | 7A | 7C | 0 | 19 | 17 | 24 | 165 | 12 | 38 |
| Octal | 242 | 172 | 174 | 0 | 31 | 27 | 44 | 545 | 22 | 70 |
| Binary | 10100010 | 1111010 | 1111100 | 0 | 11001 | 10111 | 100100 | 101100101 | 10010 | 111000 |
Color Harmonies of #A27A7C
Complementary color
Monochromatic Colors of #A27A7C
Black with #A27A7C
Text Example
Text Example
White with #A27A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A7C; }
p { color: rgb(162,122,124); }
H1.HeaderClassName
{
color: #A27A7C;
}
.AnyTagClassName
{
color: #A27A7C;
}
</style>
background-color css
<style>
a { background-color: #A27A7C; }
a { background-color: rgb(162,122,124); }
div.DivClassName
{
background-color: #A27A7C;
}
.BgClassName
{
background-color: #A27A7C;
}
</style>
border-color css
<style>
span { border-color: #A27A7C; }
span { border-color: rgb(162,122,124); }
td.TdClassName
{
border-color: #A27A7C;
}
.TagClassName
{
border-color: #A27A7C;
}
</style>