Shades of Turkish Rose #A08082
Tints of Turkish Rose #A08082
RGB
CMYK
RGB Variations
Color information
#A08082 (or 0xA08082) is known color: Turkish Rose. HEX triplet: A0, 80 and 82. RGB value is (160,128,130). Sum of RGB (Red+Green+Blue) = 160+128+130=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 160 - color contains mainly: red. Hex color #A08082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08082 is #5F7F7D. Grayscale: #898989. Windows color (decimal): -6258558 or 8552608. OLE color: 8552608.
HSL color Cylindrical-coordinate representation of color #A08082: hue angle of 356.25º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A08082 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 128 | 130 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.37 |
| HSL | 356.25º | 0.14% | 0.56% | - |
| HSV(B) | 356.25º | 0.2% | 0.63% | - |
| XYZ | 26.25 | 24.52 | 24.47 | - |
| YUV | 137.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 130 | 0 | 0.20 | 0.19 | 0.37 | 356.25 | 0.14 | 0.56 |
| Hex | A0 | 80 | 82 | 0 | 14 | 13 | 25 | 164 | E | 38 |
| Octal | 240 | 200 | 202 | 0 | 24 | 23 | 45 | 544 | 16 | 70 |
| Binary | 10100000 | 10000000 | 10000010 | 0 | 10100 | 10011 | 100101 | 101100100 | 1110 | 111000 |
Color Harmonies of #A08082
Complementary color
Monochromatic Colors of #A08082
Black with #A08082
Text Example
Text Example
White with #A08082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08082; }
p { color: rgb(160,128,130); }
H1.HeaderClassName
{
color: #A08082;
}
.AnyTagClassName
{
color: #A08082;
}
</style>
background-color css
<style>
a { background-color: #A08082; }
a { background-color: rgb(160,128,130); }
div.DivClassName
{
background-color: #A08082;
}
.BgClassName
{
background-color: #A08082;
}
</style>
border-color css
<style>
span { border-color: #A08082; }
span { border-color: rgb(160,128,130); }
td.TdClassName
{
border-color: #A08082;
}
.TagClassName
{
border-color: #A08082;
}
</style>