Shades of Turkish Rose #A2677B
Tints of Turkish Rose #A2677B
RGB
CMYK
RGB Variations
Color information
#A2677B (or 0xA2677B) is known color: Turkish Rose. HEX triplet: A2, 67 and 7B. RGB value is (162,103,123). Sum of RGB (Red+Green+Blue) = 162+103+123=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2677B is #5D9884. Grayscale: #7A7A7A. Windows color (decimal): -6133893 or 8087458. OLE color: 8087458.
HSL color Cylindrical-coordinate representation of color #A2677B: hue angle of 339.66º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2677B is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 103 | 123 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.36 |
| HSL | 339.66º | 0.24% | 0.52% | - |
| HSV(B) | 339.66º | 0.36% | 0.64% | - |
| XYZ | 23.33 | 18.81 | 21.14 | - |
| YUV | 122.92 | 128.05 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 103 | 123 | 0 | 0.36 | 0.24 | 0.36 | 339.66 | 0.24 | 0.52 |
| Hex | A2 | 67 | 7B | 0 | 24 | 18 | 24 | 154 | 18 | 34 |
| Octal | 242 | 147 | 173 | 0 | 44 | 30 | 44 | 524 | 30 | 64 |
| Binary | 10100010 | 1100111 | 1111011 | 0 | 100100 | 11000 | 100100 | 101010100 | 11000 | 110100 |
Color Harmonies of #A2677B
Complementary color
Monochromatic Colors of #A2677B
Black with #A2677B
Text Example
Text Example
White with #A2677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2677B; }
p { color: rgb(162,103,123); }
H1.HeaderClassName
{
color: #A2677B;
}
.AnyTagClassName
{
color: #A2677B;
}
</style>
background-color css
<style>
a { background-color: #A2677B; }
a { background-color: rgb(162,103,123); }
div.DivClassName
{
background-color: #A2677B;
}
.BgClassName
{
background-color: #A2677B;
}
</style>
border-color css
<style>
span { border-color: #A2677B; }
span { border-color: rgb(162,103,123); }
td.TdClassName
{
border-color: #A2677B;
}
.TagClassName
{
border-color: #A2677B;
}
</style>