Shades of Turkish Rose #A77E81
Tints of Turkish Rose #A77E81
RGB
CMYK
RGB Variations
Color information
#A77E81 (or 0xA77E81) is known color: Turkish Rose. HEX triplet: A7, 7E and 81. RGB value is (167,126,129). Sum of RGB (Red+Green+Blue) = 167+126+129=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77E81 is #58817E. Grayscale: #8A8A8A. Windows color (decimal): -5800319 or 8486567. OLE color: 8486567.
HSL color Cylindrical-coordinate representation of color #A77E81: hue angle of 355.61º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A77E81 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 126 | 129 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.35 |
| HSL | 355.61º | 0.19% | 0.57% | - |
| HSV(B) | 355.61º | 0.25% | 0.65% | - |
| XYZ | 27.36 | 24.72 | 24.1 | - |
| YUV | 138.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 126 | 129 | 0 | 0.25 | 0.23 | 0.35 | 355.61 | 0.19 | 0.57 |
| Hex | A7 | 7E | 81 | 0 | 19 | 17 | 23 | 164 | 13 | 39 |
| Octal | 247 | 176 | 201 | 0 | 31 | 27 | 43 | 544 | 23 | 71 |
| Binary | 10100111 | 1111110 | 10000001 | 0 | 11001 | 10111 | 100011 | 101100100 | 10011 | 111001 |
Color Harmonies of #A77E81
Complementary color
Monochromatic Colors of #A77E81
Black with #A77E81
Text Example
Text Example
White with #A77E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77E81; }
p { color: rgb(167,126,129); }
H1.HeaderClassName
{
color: #A77E81;
}
.AnyTagClassName
{
color: #A77E81;
}
</style>
background-color css
<style>
a { background-color: #A77E81; }
a { background-color: rgb(167,126,129); }
div.DivClassName
{
background-color: #A77E81;
}
.BgClassName
{
background-color: #A77E81;
}
</style>
border-color css
<style>
span { border-color: #A77E81; }
span { border-color: rgb(167,126,129); }
td.TdClassName
{
border-color: #A77E81;
}
.TagClassName
{
border-color: #A77E81;
}
</style>