Shades of Turkish Rose #A2767B
Tints of Turkish Rose #A2767B
RGB
CMYK
RGB Variations
Color information
#A2767B (or 0xA2767B) is known color: Turkish Rose. HEX triplet: A2, 76 and 7B. RGB value is (162,118,123). Sum of RGB (Red+Green+Blue) = 162+118+123=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A2767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2767B is #5D8984. Grayscale: #838383. Windows color (decimal): -6130053 or 8091298. OLE color: 8091298.
HSL color Cylindrical-coordinate representation of color #A2767B: hue angle of 353.18º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2767B is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 118 | 123 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.36 |
| HSL | 353.18º | 0.19% | 0.55% | - |
| HSV(B) | 353.18º | 0.27% | 0.64% | - |
| XYZ | 24.95 | 22.07 | 21.68 | - |
| YUV | 131.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 123 | 0 | 0.27 | 0.24 | 0.36 | 353.18 | 0.19 | 0.55 |
| Hex | A2 | 76 | 7B | 0 | 1B | 18 | 24 | 161 | 13 | 37 |
| Octal | 242 | 166 | 173 | 0 | 33 | 30 | 44 | 541 | 23 | 67 |
| Binary | 10100010 | 1110110 | 1111011 | 0 | 11011 | 11000 | 100100 | 101100001 | 10011 | 110111 |
Color Harmonies of #A2767B
Complementary color
Monochromatic Colors of #A2767B
Black with #A2767B
Text Example
Text Example
White with #A2767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2767B; }
p { color: rgb(162,118,123); }
H1.HeaderClassName
{
color: #A2767B;
}
.AnyTagClassName
{
color: #A2767B;
}
</style>
background-color css
<style>
a { background-color: #A2767B; }
a { background-color: rgb(162,118,123); }
div.DivClassName
{
background-color: #A2767B;
}
.BgClassName
{
background-color: #A2767B;
}
</style>
border-color css
<style>
span { border-color: #A2767B; }
span { border-color: rgb(162,118,123); }
td.TdClassName
{
border-color: #A2767B;
}
.TagClassName
{
border-color: #A2767B;
}
</style>