Shades of Turkish Rose #A98082
Tints of Turkish Rose #A98082
RGB
CMYK
RGB Variations
Color information
#A98082 (or 0xA98082) is known color: Turkish Rose. HEX triplet: A9, 80 and 82. RGB value is (169,128,130). Sum of RGB (Red+Green+Blue) = 169+128+130=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 169 - color contains mainly: red. Hex color #A98082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98082 is #567F7D. Grayscale: #8C8C8C. Windows color (decimal): -5668734 or 8552617. OLE color: 8552617.
HSL color Cylindrical-coordinate representation of color #A98082: hue angle of 357.07º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A98082 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 128 | 130 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.34 |
| HSL | 357.07º | 0.19% | 0.58% | - |
| HSV(B) | 357.07º | 0.24% | 0.66% | - |
| XYZ | 28.11 | 25.49 | 24.56 | - |
| YUV | 140.49 | 122.08 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 130 | 0 | 0.24 | 0.23 | 0.34 | 357.07 | 0.19 | 0.58 |
| Hex | A9 | 80 | 82 | 0 | 18 | 17 | 22 | 165 | 13 | 3A |
| Octal | 251 | 200 | 202 | 0 | 30 | 27 | 42 | 545 | 23 | 72 |
| Binary | 10101001 | 10000000 | 10000010 | 0 | 11000 | 10111 | 100010 | 101100101 | 10011 | 111010 |
Color Harmonies of #A98082
Complementary color
Monochromatic Colors of #A98082
Black with #A98082
Text Example
Text Example
White with #A98082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98082; }
p { color: rgb(169,128,130); }
H1.HeaderClassName
{
color: #A98082;
}
.AnyTagClassName
{
color: #A98082;
}
</style>
background-color css
<style>
a { background-color: #A98082; }
a { background-color: rgb(169,128,130); }
div.DivClassName
{
background-color: #A98082;
}
.BgClassName
{
background-color: #A98082;
}
</style>
border-color css
<style>
span { border-color: #A98082; }
span { border-color: rgb(169,128,130); }
td.TdClassName
{
border-color: #A98082;
}
.TagClassName
{
border-color: #A98082;
}
</style>