Shades of Turkish Rose #A27A7F
Tints of Turkish Rose #A27A7F
RGB
CMYK
RGB Variations
Color information
#A27A7F (or 0xA27A7F) is known color: Turkish Rose. HEX triplet: A2, 7A and 7F. RGB value is (162,122,127). Sum of RGB (Red+Green+Blue) = 162+122+127=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27A7F is #5D8580. Grayscale: #868686. Windows color (decimal): -6129025 or 8354466. OLE color: 8354466.
HSL color Cylindrical-coordinate representation of color #A27A7F: hue angle of 352.5º 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 #A27A7F is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 127 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.36 |
| HSL | 352.5º | 0.18% | 0.56% | - |
| HSV(B) | 352.5º | 0.25% | 0.64% | - |
| XYZ | 25.69 | 23.13 | 23.19 | - |
| YUV | 134.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 127 | 0 | 0.25 | 0.22 | 0.36 | 352.5 | 0.18 | 0.56 |
| Hex | A2 | 7A | 7F | 0 | 19 | 16 | 24 | 160 | 12 | 38 |
| Octal | 242 | 172 | 177 | 0 | 31 | 26 | 44 | 540 | 22 | 70 |
| Binary | 10100010 | 1111010 | 1111111 | 0 | 11001 | 10110 | 100100 | 101100000 | 10010 | 111000 |
Color Harmonies of #A27A7F
Complementary color
Monochromatic Colors of #A27A7F
Black with #A27A7F
Text Example
Text Example
White with #A27A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A7F; }
p { color: rgb(162,122,127); }
H1.HeaderClassName
{
color: #A27A7F;
}
.AnyTagClassName
{
color: #A27A7F;
}
</style>
background-color css
<style>
a { background-color: #A27A7F; }
a { background-color: rgb(162,122,127); }
div.DivClassName
{
background-color: #A27A7F;
}
.BgClassName
{
background-color: #A27A7F;
}
</style>
border-color css
<style>
span { border-color: #A27A7F; }
span { border-color: rgb(162,122,127); }
td.TdClassName
{
border-color: #A27A7F;
}
.TagClassName
{
border-color: #A27A7F;
}
</style>