Shades of Turkish Rose #A2666E
Tints of Turkish Rose #A2666E
RGB
CMYK
RGB Variations
Color information
#A2666E (or 0xA2666E) is known color: Turkish Rose. HEX triplet: A2, 66 and 6E. RGB value is (162,102,110). Sum of RGB (Red+Green+Blue) = 162+102+110=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A2666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2666E is #5D9991. Grayscale: #787878. Windows color (decimal): -6134162 or 7235234. OLE color: 7235234.
HSL color Cylindrical-coordinate representation of color #A2666E: hue angle of 352º 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 #A2666E is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 102 | 110 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.36 |
| HSL | 352º | 0.24% | 0.52% | - |
| HSV(B) | 352º | 0.37% | 0.64% | - |
| XYZ | 22.47 | 18.31 | 17.1 | - |
| YUV | 120.85 | 121.88 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 110 | 0 | 0.37 | 0.32 | 0.36 | 352 | 0.24 | 0.52 |
| Hex | A2 | 66 | 6E | 0 | 25 | 20 | 24 | 160 | 18 | 34 |
| Octal | 242 | 146 | 156 | 0 | 45 | 40 | 44 | 540 | 30 | 64 |
| Binary | 10100010 | 1100110 | 1101110 | 0 | 100101 | 100000 | 100100 | 101100000 | 11000 | 110100 |
Color Harmonies of #A2666E
Complementary color
Monochromatic Colors of #A2666E
Black with #A2666E
Text Example
Text Example
White with #A2666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2666E; }
p { color: rgb(162,102,110); }
H1.HeaderClassName
{
color: #A2666E;
}
.AnyTagClassName
{
color: #A2666E;
}
</style>
background-color css
<style>
a { background-color: #A2666E; }
a { background-color: rgb(162,102,110); }
div.DivClassName
{
background-color: #A2666E;
}
.BgClassName
{
background-color: #A2666E;
}
</style>
border-color css
<style>
span { border-color: #A2666E; }
span { border-color: rgb(162,102,110); }
td.TdClassName
{
border-color: #A2666E;
}
.TagClassName
{
border-color: #A2666E;
}
</style>