Shades of Turkish Rose #A97D81
Tints of Turkish Rose #A97D81
RGB
CMYK
RGB Variations
Color information
#A97D81 (or 0xA97D81) is known color: Turkish Rose. HEX triplet: A9, 7D and 81. RGB value is (169,125,129). Sum of RGB (Red+Green+Blue) = 169+125+129=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97D81 is #56827E. Grayscale: #8A8A8A. Windows color (decimal): -5669503 or 8486313. OLE color: 8486313.
HSL color Cylindrical-coordinate representation of color #A97D81: hue angle of 354.55º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A97D81 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 125 | 129 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.34 |
| HSL | 354.55º | 0.2% | 0.58% | - |
| HSV(B) | 354.55º | 0.26% | 0.66% | - |
| XYZ | 27.66 | 24.69 | 24.08 | - |
| YUV | 138.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 125 | 129 | 0 | 0.26 | 0.24 | 0.34 | 354.55 | 0.2 | 0.58 |
| Hex | A9 | 7D | 81 | 0 | 1A | 18 | 22 | 163 | 14 | 3A |
| Octal | 251 | 175 | 201 | 0 | 32 | 30 | 42 | 543 | 24 | 72 |
| Binary | 10101001 | 1111101 | 10000001 | 0 | 11010 | 11000 | 100010 | 101100011 | 10100 | 111010 |
Color Harmonies of #A97D81
Complementary color
Monochromatic Colors of #A97D81
Black with #A97D81
Text Example
Text Example
White with #A97D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97D81; }
p { color: rgb(169,125,129); }
H1.HeaderClassName
{
color: #A97D81;
}
.AnyTagClassName
{
color: #A97D81;
}
</style>
background-color css
<style>
a { background-color: #A97D81; }
a { background-color: rgb(169,125,129); }
div.DivClassName
{
background-color: #A97D81;
}
.BgClassName
{
background-color: #A97D81;
}
</style>
border-color css
<style>
span { border-color: #A97D81; }
span { border-color: rgb(169,125,129); }
td.TdClassName
{
border-color: #A97D81;
}
.TagClassName
{
border-color: #A97D81;
}
</style>