Shades of Turkish Rose #A66064
Tints of Turkish Rose #A66064
RGB
CMYK
RGB Variations
Color information
#A66064 (or 0xA66064) is known color: Turkish Rose. HEX triplet: A6, 60 and 64. RGB value is (166,96,100). Sum of RGB (Red+Green+Blue) = 166+96+100=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A66064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66064 is #599F9B. Grayscale: #757575. Windows color (decimal): -5873564 or 6578342. OLE color: 6578342.
HSL color Cylindrical-coordinate representation of color #A66064: hue angle of 356.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A66064 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 96 | 100 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.35 |
| HSL | 356.57º | 0.28% | 0.51% | - |
| HSV(B) | 356.57º | 0.42% | 0.65% | - |
| XYZ | 22.21 | 17.39 | 14.24 | - |
| YUV | 117.39 | 118.19 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 100 | 0 | 0.42 | 0.40 | 0.35 | 356.57 | 0.28 | 0.51 |
| Hex | A6 | 60 | 64 | 0 | 2A | 28 | 23 | 165 | 1C | 33 |
| Octal | 246 | 140 | 144 | 0 | 52 | 50 | 43 | 545 | 34 | 63 |
| Binary | 10100110 | 1100000 | 1100100 | 0 | 101010 | 101000 | 100011 | 101100101 | 11100 | 110011 |
Color Harmonies of #A66064
Complementary color
Monochromatic Colors of #A66064
Black with #A66064
Text Example
Text Example
White with #A66064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66064; }
p { color: rgb(166,96,100); }
H1.HeaderClassName
{
color: #A66064;
}
.AnyTagClassName
{
color: #A66064;
}
</style>
background-color css
<style>
a { background-color: #A66064; }
a { background-color: rgb(166,96,100); }
div.DivClassName
{
background-color: #A66064;
}
.BgClassName
{
background-color: #A66064;
}
</style>
border-color css
<style>
span { border-color: #A66064; }
span { border-color: rgb(166,96,100); }
td.TdClassName
{
border-color: #A66064;
}
.TagClassName
{
border-color: #A66064;
}
</style>