Shades of Turkish Rose #A2666A
Tints of Turkish Rose #A2666A
RGB
CMYK
RGB Variations
Color information
#A2666A (or 0xA2666A) is known color: Turkish Rose. HEX triplet: A2, 66 and 6A. RGB value is (162,102,106). Sum of RGB (Red+Green+Blue) = 162+102+106=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A2666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2666A is #5D9995. Grayscale: #787878. Windows color (decimal): -6134166 or 6973090. OLE color: 6973090.
HSL color Cylindrical-coordinate representation of color #A2666A: hue angle of 356º 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 #A2666A is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 102 | 106 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.36 |
| HSL | 356º | 0.24% | 0.52% | - |
| HSV(B) | 356º | 0.37% | 0.64% | - |
| XYZ | 22.25 | 18.22 | 15.98 | - |
| YUV | 120.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 106 | 0 | 0.37 | 0.35 | 0.36 | 356 | 0.24 | 0.52 |
| Hex | A2 | 66 | 6A | 0 | 25 | 23 | 24 | 164 | 18 | 34 |
| Octal | 242 | 146 | 152 | 0 | 45 | 43 | 44 | 544 | 30 | 64 |
| Binary | 10100010 | 1100110 | 1101010 | 0 | 100101 | 100011 | 100100 | 101100100 | 11000 | 110100 |
Color Harmonies of #A2666A
Complementary color
Monochromatic Colors of #A2666A
Black with #A2666A
Text Example
Text Example
White with #A2666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2666A; }
p { color: rgb(162,102,106); }
H1.HeaderClassName
{
color: #A2666A;
}
.AnyTagClassName
{
color: #A2666A;
}
</style>
background-color css
<style>
a { background-color: #A2666A; }
a { background-color: rgb(162,102,106); }
div.DivClassName
{
background-color: #A2666A;
}
.BgClassName
{
background-color: #A2666A;
}
</style>
border-color css
<style>
span { border-color: #A2666A; }
span { border-color: rgb(162,102,106); }
td.TdClassName
{
border-color: #A2666A;
}
.TagClassName
{
border-color: #A2666A;
}
</style>