Shades of Turkish Rose #AA6667
Tints of Turkish Rose #AA6667
RGB
CMYK
RGB Variations
Color information
#AA6667 (or 0xAA6667) is known color: Turkish Rose. HEX triplet: AA, 66 and 67. RGB value is (170,102,103). Sum of RGB (Red+Green+Blue) = 170+102+103=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6667 is #559998. Grayscale: #7A7A7A. Windows color (decimal): -5609881 or 6776490. OLE color: 6776490.
HSL color Cylindrical-coordinate representation of color #AA6667: hue angle of 359.12º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA6667 is Cyan = 0, Magento = 0.4, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 103 | - |
| CMYK | 0 | 0.4 | 0.39 | 0.33 |
| HSL | 359.12º | 0.29% | 0.53% | - |
| HSV(B) | 359.12º | 0.4% | 0.67% | - |
| XYZ | 23.78 | 19.03 | 15.25 | - |
| YUV | 122.45 | 117.03 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 103 | 0 | 0.4 | 0.39 | 0.33 | 359.12 | 0.29 | 0.53 |
| Hex | AA | 66 | 67 | 0 | 28 | 27 | 21 | 167 | 1D | 35 |
| Octal | 252 | 146 | 147 | 0 | 50 | 47 | 41 | 547 | 35 | 65 |
| Binary | 10101010 | 1100110 | 1100111 | 0 | 101000 | 100111 | 100001 | 101100111 | 11101 | 110101 |
Color Harmonies of #AA6667
Complementary color
Monochromatic Colors of #AA6667
Black with #AA6667
Text Example
Text Example
White with #AA6667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6667; }
p { color: rgb(170,102,103); }
H1.HeaderClassName
{
color: #AA6667;
}
.AnyTagClassName
{
color: #AA6667;
}
</style>
background-color css
<style>
a { background-color: #AA6667; }
a { background-color: rgb(170,102,103); }
div.DivClassName
{
background-color: #AA6667;
}
.BgClassName
{
background-color: #AA6667;
}
</style>
border-color css
<style>
span { border-color: #AA6667; }
span { border-color: rgb(170,102,103); }
td.TdClassName
{
border-color: #AA6667;
}
.TagClassName
{
border-color: #AA6667;
}
</style>