Shades of Turkish Rose #A66074
Tints of Turkish Rose #A66074
RGB
CMYK
RGB Variations
Color information
#A66074 (or 0xA66074) is known color: Turkish Rose. HEX triplet: A6, 60 and 74. RGB value is (166,96,116). Sum of RGB (Red+Green+Blue) = 166+96+116=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A66074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66074 is #599F8B. Grayscale: #777777. Windows color (decimal): -5873548 or 7626918. OLE color: 7626918.
HSL color Cylindrical-coordinate representation of color #A66074: hue angle of 342.86º 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 #A66074 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 96 | 116 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.35 |
| HSL | 342.86º | 0.28% | 0.51% | - |
| HSV(B) | 342.86º | 0.42% | 0.65% | - |
| XYZ | 23.06 | 17.73 | 18.73 | - |
| YUV | 119.21 | 126.19 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 116 | 0 | 0.42 | 0.30 | 0.35 | 342.86 | 0.28 | 0.51 |
| Hex | A6 | 60 | 74 | 0 | 2A | 1E | 23 | 157 | 1C | 33 |
| Octal | 246 | 140 | 164 | 0 | 52 | 36 | 43 | 527 | 34 | 63 |
| Binary | 10100110 | 1100000 | 1110100 | 0 | 101010 | 11110 | 100011 | 101010111 | 11100 | 110011 |
Color Harmonies of #A66074
Complementary color
Monochromatic Colors of #A66074
Black with #A66074
Text Example
Text Example
White with #A66074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66074; }
p { color: rgb(166,96,116); }
H1.HeaderClassName
{
color: #A66074;
}
.AnyTagClassName
{
color: #A66074;
}
</style>
background-color css
<style>
a { background-color: #A66074; }
a { background-color: rgb(166,96,116); }
div.DivClassName
{
background-color: #A66074;
}
.BgClassName
{
background-color: #A66074;
}
</style>
border-color css
<style>
span { border-color: #A66074; }
span { border-color: rgb(166,96,116); }
td.TdClassName
{
border-color: #A66074;
}
.TagClassName
{
border-color: #A66074;
}
</style>