Shades of Turkish Rose #AA676A
Tints of Turkish Rose #AA676A
RGB
CMYK
RGB Variations
Color information
#AA676A (or 0xAA676A) is known color: Turkish Rose. HEX triplet: AA, 67 and 6A. RGB value is (170,103,106). Sum of RGB (Red+Green+Blue) = 170+103+106=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA676A is #559895. Grayscale: #7B7B7B. Windows color (decimal): -5609622 or 6973354. OLE color: 6973354.
HSL color Cylindrical-coordinate representation of color #AA676A: hue angle of 357.31º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA676A is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 106 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.33 |
| HSL | 357.31º | 0.28% | 0.54% | - |
| HSV(B) | 357.31º | 0.39% | 0.67% | - |
| XYZ | 24.03 | 19.29 | 16.09 | - |
| YUV | 123.38 | 118.2 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 106 | 0 | 0.39 | 0.38 | 0.33 | 357.31 | 0.28 | 0.54 |
| Hex | AA | 67 | 6A | 0 | 27 | 26 | 21 | 165 | 1C | 36 |
| Octal | 252 | 147 | 152 | 0 | 47 | 46 | 41 | 545 | 34 | 66 |
| Binary | 10101010 | 1100111 | 1101010 | 0 | 100111 | 100110 | 100001 | 101100101 | 11100 | 110110 |
Color Harmonies of #AA676A
Complementary color
Monochromatic Colors of #AA676A
Black with #AA676A
Text Example
Text Example
White with #AA676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA676A; }
p { color: rgb(170,103,106); }
H1.HeaderClassName
{
color: #AA676A;
}
.AnyTagClassName
{
color: #AA676A;
}
</style>
background-color css
<style>
a { background-color: #AA676A; }
a { background-color: rgb(170,103,106); }
div.DivClassName
{
background-color: #AA676A;
}
.BgClassName
{
background-color: #AA676A;
}
</style>
border-color css
<style>
span { border-color: #AA676A; }
span { border-color: rgb(170,103,106); }
td.TdClassName
{
border-color: #AA676A;
}
.TagClassName
{
border-color: #AA676A;
}
</style>