Shades of Turkish Rose #A2666B
Tints of Turkish Rose #A2666B
RGB
CMYK
RGB Variations
Color information
#A2666B (or 0xA2666B) is known color: Turkish Rose. HEX triplet: A2, 66 and 6B. RGB value is (162,102,107). Sum of RGB (Red+Green+Blue) = 162+102+107=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2666B is #5D9994. Grayscale: #787878. Windows color (decimal): -6134165 or 7038626. OLE color: 7038626.
HSL color Cylindrical-coordinate representation of color #A2666B: hue angle of 355º 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 #A2666B is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 102 | 107 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.36 |
| HSL | 355º | 0.24% | 0.52% | - |
| HSV(B) | 355º | 0.37% | 0.64% | - |
| XYZ | 22.31 | 18.25 | 16.26 | - |
| YUV | 120.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 107 | 0 | 0.37 | 0.34 | 0.36 | 355 | 0.24 | 0.52 |
| Hex | A2 | 66 | 6B | 0 | 25 | 22 | 24 | 163 | 18 | 34 |
| Octal | 242 | 146 | 153 | 0 | 45 | 42 | 44 | 543 | 30 | 64 |
| Binary | 10100010 | 1100110 | 1101011 | 0 | 100101 | 100010 | 100100 | 101100011 | 11000 | 110100 |
Color Harmonies of #A2666B
Complementary color
Monochromatic Colors of #A2666B
Black with #A2666B
Text Example
Text Example
White with #A2666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2666B; }
p { color: rgb(162,102,107); }
H1.HeaderClassName
{
color: #A2666B;
}
.AnyTagClassName
{
color: #A2666B;
}
</style>
background-color css
<style>
a { background-color: #A2666B; }
a { background-color: rgb(162,102,107); }
div.DivClassName
{
background-color: #A2666B;
}
.BgClassName
{
background-color: #A2666B;
}
</style>
border-color css
<style>
span { border-color: #A2666B; }
span { border-color: rgb(162,102,107); }
td.TdClassName
{
border-color: #A2666B;
}
.TagClassName
{
border-color: #A2666B;
}
</style>