Shades of Turkish Rose #AA7275
Tints of Turkish Rose #AA7275
RGB
CMYK
RGB Variations
Color information
#AA7275 (or 0xAA7275) is known color: Turkish Rose. HEX triplet: AA, 72 and 75. RGB value is (170,114,117). Sum of RGB (Red+Green+Blue) = 170+114+117=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7275 is #558D8A. Grayscale: #838383. Windows color (decimal): -5606795 or 7697066. OLE color: 7697066.
HSL color Cylindrical-coordinate representation of color #AA7275: hue angle of 356.79º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA7275 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 117 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.33 |
| HSL | 356.79º | 0.25% | 0.56% | - |
| HSV(B) | 356.79º | 0.33% | 0.67% | - |
| XYZ | 25.81 | 21.87 | 19.69 | - |
| YUV | 131.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 117 | 0 | 0.33 | 0.31 | 0.33 | 356.79 | 0.25 | 0.56 |
| Hex | AA | 72 | 75 | 0 | 21 | 1F | 21 | 165 | 19 | 38 |
| Octal | 252 | 162 | 165 | 0 | 41 | 37 | 41 | 545 | 31 | 70 |
| Binary | 10101010 | 1110010 | 1110101 | 0 | 100001 | 11111 | 100001 | 101100101 | 11001 | 111000 |
Color Harmonies of #AA7275
Complementary color
Monochromatic Colors of #AA7275
Black with #AA7275
Text Example
Text Example
White with #AA7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7275; }
p { color: rgb(170,114,117); }
H1.HeaderClassName
{
color: #AA7275;
}
.AnyTagClassName
{
color: #AA7275;
}
</style>
background-color css
<style>
a { background-color: #AA7275; }
a { background-color: rgb(170,114,117); }
div.DivClassName
{
background-color: #AA7275;
}
.BgClassName
{
background-color: #AA7275;
}
</style>
border-color css
<style>
span { border-color: #AA7275; }
span { border-color: rgb(170,114,117); }
td.TdClassName
{
border-color: #AA7275;
}
.TagClassName
{
border-color: #AA7275;
}
</style>