Shades of Turkish Rose #A25F66
Tints of Turkish Rose #A25F66
RGB
CMYK
RGB Variations
Color information
#A25F66 (or 0xA25F66) is known color: Turkish Rose. HEX triplet: A2, 5F and 66. RGB value is (162,95,102). Sum of RGB (Red+Green+Blue) = 162+95+102=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F66 is #5DA099. Grayscale: #737373. Windows color (decimal): -6135962 or 6709154. OLE color: 6709154.
HSL color Cylindrical-coordinate representation of color #A25F66: hue angle of 353.73º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A25F66 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 95 | 102 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.36 |
| HSL | 353.73º | 0.26% | 0.5% | - |
| HSV(B) | 353.73º | 0.41% | 0.64% | - |
| XYZ | 21.39 | 16.83 | 14.69 | - |
| YUV | 115.83 | 120.2 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 102 | 0 | 0.41 | 0.37 | 0.36 | 353.73 | 0.26 | 0.5 |
| Hex | A2 | 5F | 66 | 0 | 29 | 25 | 24 | 162 | 1A | 32 |
| Octal | 242 | 137 | 146 | 0 | 51 | 45 | 44 | 542 | 32 | 62 |
| Binary | 10100010 | 1011111 | 1100110 | 0 | 101001 | 100101 | 100100 | 101100010 | 11010 | 110010 |
Color Harmonies of #A25F66
Complementary color
Monochromatic Colors of #A25F66
Black with #A25F66
Text Example
Text Example
White with #A25F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25F66; }
p { color: rgb(162,95,102); }
H1.HeaderClassName
{
color: #A25F66;
}
.AnyTagClassName
{
color: #A25F66;
}
</style>
background-color css
<style>
a { background-color: #A25F66; }
a { background-color: rgb(162,95,102); }
div.DivClassName
{
background-color: #A25F66;
}
.BgClassName
{
background-color: #A25F66;
}
</style>
border-color css
<style>
span { border-color: #A25F66; }
span { border-color: rgb(162,95,102); }
td.TdClassName
{
border-color: #A25F66;
}
.TagClassName
{
border-color: #A25F66;
}
</style>