Shades of Turkish Rose #A2666F
Tints of Turkish Rose #A2666F
RGB
CMYK
RGB Variations
Color information
#A2666F (or 0xA2666F) is known color: Turkish Rose. HEX triplet: A2, 66 and 6F. RGB value is (162,102,111). Sum of RGB (Red+Green+Blue) = 162+102+111=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A2666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2666F is #5D9990. Grayscale: #787878. Windows color (decimal): -6134161 or 7300770. OLE color: 7300770.
HSL color Cylindrical-coordinate representation of color #A2666F: hue angle of 351º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2666F is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 102 | 111 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.36 |
| HSL | 351º | 0.24% | 0.52% | - |
| HSV(B) | 351º | 0.37% | 0.64% | - |
| XYZ | 22.52 | 18.33 | 17.39 | - |
| YUV | 120.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 111 | 0 | 0.37 | 0.31 | 0.36 | 351 | 0.24 | 0.52 |
| Hex | A2 | 66 | 6F | 0 | 25 | 1F | 24 | 15F | 18 | 34 |
| Octal | 242 | 146 | 157 | 0 | 45 | 37 | 44 | 537 | 30 | 64 |
| Binary | 10100010 | 1100110 | 1101111 | 0 | 100101 | 11111 | 100100 | 101011111 | 11000 | 110100 |
Color Harmonies of #A2666F
Complementary color
Monochromatic Colors of #A2666F
Black with #A2666F
Text Example
Text Example
White with #A2666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2666F; }
p { color: rgb(162,102,111); }
H1.HeaderClassName
{
color: #A2666F;
}
.AnyTagClassName
{
color: #A2666F;
}
</style>
background-color css
<style>
a { background-color: #A2666F; }
a { background-color: rgb(162,102,111); }
div.DivClassName
{
background-color: #A2666F;
}
.BgClassName
{
background-color: #A2666F;
}
</style>
border-color css
<style>
span { border-color: #A2666F; }
span { border-color: rgb(162,102,111); }
td.TdClassName
{
border-color: #A2666F;
}
.TagClassName
{
border-color: #A2666F;
}
</style>