Shades of Turkish Rose #A97E82
Tints of Turkish Rose #A97E82
RGB
CMYK
RGB Variations
Color information
#A97E82 (or 0xA97E82) is known color: Turkish Rose. HEX triplet: A9, 7E and 82. RGB value is (169,126,130). Sum of RGB (Red+Green+Blue) = 169+126+130=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A97E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97E82 is #56817D. Grayscale: #8B8B8B. Windows color (decimal): -5669246 or 8552105. OLE color: 8552105.
HSL color Cylindrical-coordinate representation of color #A97E82: hue angle of 354.42º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A97E82 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 126 | 130 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.34 |
| HSL | 354.42º | 0.2% | 0.58% | - |
| HSV(B) | 354.42º | 0.25% | 0.66% | - |
| XYZ | 27.85 | 24.97 | 24.47 | - |
| YUV | 139.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 126 | 130 | 0 | 0.25 | 0.23 | 0.34 | 354.42 | 0.2 | 0.58 |
| Hex | A9 | 7E | 82 | 0 | 19 | 17 | 22 | 162 | 14 | 3A |
| Octal | 251 | 176 | 202 | 0 | 31 | 27 | 42 | 542 | 24 | 72 |
| Binary | 10101001 | 1111110 | 10000010 | 0 | 11001 | 10111 | 100010 | 101100010 | 10100 | 111010 |
Color Harmonies of #A97E82
Complementary color
Monochromatic Colors of #A97E82
Black with #A97E82
Text Example
Text Example
White with #A97E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97E82; }
p { color: rgb(169,126,130); }
H1.HeaderClassName
{
color: #A97E82;
}
.AnyTagClassName
{
color: #A97E82;
}
</style>
background-color css
<style>
a { background-color: #A97E82; }
a { background-color: rgb(169,126,130); }
div.DivClassName
{
background-color: #A97E82;
}
.BgClassName
{
background-color: #A97E82;
}
</style>
border-color css
<style>
span { border-color: #A97E82; }
span { border-color: rgb(169,126,130); }
td.TdClassName
{
border-color: #A97E82;
}
.TagClassName
{
border-color: #A97E82;
}
</style>