Shades of Turkish Rose #AA767B
Tints of Turkish Rose #AA767B
RGB
CMYK
RGB Variations
Color information
#AA767B (or 0xAA767B) is known color: Turkish Rose. HEX triplet: AA, 76 and 7B. RGB value is (170,118,123). Sum of RGB (Red+Green+Blue) = 170+118+123=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA767B is #558984. Grayscale: #868686. Windows color (decimal): -5605765 or 8091306. OLE color: 8091306.
HSL color Cylindrical-coordinate representation of color #AA767B: hue angle of 354.23º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA767B is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 123 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.33 |
| HSL | 354.23º | 0.23% | 0.56% | - |
| HSV(B) | 354.23º | 0.31% | 0.67% | - |
| XYZ | 26.63 | 22.93 | 21.76 | - |
| YUV | 134.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 123 | 0 | 0.31 | 0.28 | 0.33 | 354.23 | 0.23 | 0.56 |
| Hex | AA | 76 | 7B | 0 | 1F | 1C | 21 | 162 | 17 | 38 |
| Octal | 252 | 166 | 173 | 0 | 37 | 34 | 41 | 542 | 27 | 70 |
| Binary | 10101010 | 1110110 | 1111011 | 0 | 11111 | 11100 | 100001 | 101100010 | 10111 | 111000 |
Color Harmonies of #AA767B
Complementary color
Monochromatic Colors of #AA767B
Black with #AA767B
Text Example
Text Example
White with #AA767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA767B; }
p { color: rgb(170,118,123); }
H1.HeaderClassName
{
color: #AA767B;
}
.AnyTagClassName
{
color: #AA767B;
}
</style>
background-color css
<style>
a { background-color: #AA767B; }
a { background-color: rgb(170,118,123); }
div.DivClassName
{
background-color: #AA767B;
}
.BgClassName
{
background-color: #AA767B;
}
</style>
border-color css
<style>
span { border-color: #AA767B; }
span { border-color: rgb(170,118,123); }
td.TdClassName
{
border-color: #AA767B;
}
.TagClassName
{
border-color: #AA767B;
}
</style>