Shades of Turkish Rose #A2757A
Tints of Turkish Rose #A2757A
RGB
CMYK
RGB Variations
Color information
#A2757A (or 0xA2757A) is known color: Turkish Rose. HEX triplet: A2, 75 and 7A. RGB value is (162,117,122). Sum of RGB (Red+Green+Blue) = 162+117+122=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A2757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2757A is #5D8A85. Grayscale: #838383. Windows color (decimal): -6130310 or 8025506. OLE color: 8025506.
HSL color Cylindrical-coordinate representation of color #A2757A: hue angle of 353.33º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2757A is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 117 | 122 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.36 |
| HSL | 353.33º | 0.19% | 0.55% | - |
| HSV(B) | 353.33º | 0.28% | 0.64% | - |
| XYZ | 24.77 | 21.81 | 21.32 | - |
| YUV | 131.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 122 | 0 | 0.28 | 0.25 | 0.36 | 353.33 | 0.19 | 0.55 |
| Hex | A2 | 75 | 7A | 0 | 1C | 19 | 24 | 161 | 13 | 37 |
| Octal | 242 | 165 | 172 | 0 | 34 | 31 | 44 | 541 | 23 | 67 |
| Binary | 10100010 | 1110101 | 1111010 | 0 | 11100 | 11001 | 100100 | 101100001 | 10011 | 110111 |
Color Harmonies of #A2757A
Complementary color
Monochromatic Colors of #A2757A
Black with #A2757A
Text Example
Text Example
White with #A2757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2757A; }
p { color: rgb(162,117,122); }
H1.HeaderClassName
{
color: #A2757A;
}
.AnyTagClassName
{
color: #A2757A;
}
</style>
background-color css
<style>
a { background-color: #A2757A; }
a { background-color: rgb(162,117,122); }
div.DivClassName
{
background-color: #A2757A;
}
.BgClassName
{
background-color: #A2757A;
}
</style>
border-color css
<style>
span { border-color: #A2757A; }
span { border-color: rgb(162,117,122); }
td.TdClassName
{
border-color: #A2757A;
}
.TagClassName
{
border-color: #A2757A;
}
</style>