Shades of Turkish Rose #A2797D
Tints of Turkish Rose #A2797D
RGB
CMYK
RGB Variations
Color information
#A2797D (or 0xA2797D) is known color: Turkish Rose. HEX triplet: A2, 79 and 7D. RGB value is (162,121,125). Sum of RGB (Red+Green+Blue) = 162+121+125=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A2797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2797D is #5D8682. Grayscale: #858585. Windows color (decimal): -6129283 or 8223138. OLE color: 8223138.
HSL color Cylindrical-coordinate representation of color #A2797D: hue angle of 354.15º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2797D is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 121 | 125 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.36 |
| HSL | 354.15º | 0.18% | 0.55% | - |
| HSV(B) | 354.15º | 0.25% | 0.64% | - |
| XYZ | 25.44 | 22.84 | 22.47 | - |
| YUV | 133.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 121 | 125 | 0 | 0.25 | 0.23 | 0.36 | 354.15 | 0.18 | 0.55 |
| Hex | A2 | 79 | 7D | 0 | 19 | 17 | 24 | 162 | 12 | 37 |
| Octal | 242 | 171 | 175 | 0 | 31 | 27 | 44 | 542 | 22 | 67 |
| Binary | 10100010 | 1111001 | 1111101 | 0 | 11001 | 10111 | 100100 | 101100010 | 10010 | 110111 |
Color Harmonies of #A2797D
Complementary color
Monochromatic Colors of #A2797D
Black with #A2797D
Text Example
Text Example
White with #A2797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2797D; }
p { color: rgb(162,121,125); }
H1.HeaderClassName
{
color: #A2797D;
}
.AnyTagClassName
{
color: #A2797D;
}
</style>
background-color css
<style>
a { background-color: #A2797D; }
a { background-color: rgb(162,121,125); }
div.DivClassName
{
background-color: #A2797D;
}
.BgClassName
{
background-color: #A2797D;
}
</style>
border-color css
<style>
span { border-color: #A2797D; }
span { border-color: rgb(162,121,125); }
td.TdClassName
{
border-color: #A2797D;
}
.TagClassName
{
border-color: #A2797D;
}
</style>