Shades of Turkish Rose #A37A7C
Tints of Turkish Rose #A37A7C
RGB
CMYK
RGB Variations
Color information
#A37A7C (or 0xA37A7C) is known color: Turkish Rose. HEX triplet: A3, 7A and 7C. RGB value is (163,122,124). Sum of RGB (Red+Green+Blue) = 163+122+124=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37A7C is #5C8583. Grayscale: #868686. Windows color (decimal): -6063492 or 8157859. OLE color: 8157859.
HSL color Cylindrical-coordinate representation of color #A37A7C: hue angle of 357.07º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A37A7C is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 122 | 124 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.36 |
| HSL | 357.07º | 0.18% | 0.56% | - |
| HSV(B) | 357.07º | 0.25% | 0.64% | - |
| XYZ | 25.7 | 23.16 | 22.18 | - |
| YUV | 134.49 | 122.08 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 124 | 0 | 0.25 | 0.24 | 0.36 | 357.07 | 0.18 | 0.56 |
| Hex | A3 | 7A | 7C | 0 | 19 | 18 | 24 | 165 | 12 | 38 |
| Octal | 243 | 172 | 174 | 0 | 31 | 30 | 44 | 545 | 22 | 70 |
| Binary | 10100011 | 1111010 | 1111100 | 0 | 11001 | 11000 | 100100 | 101100101 | 10010 | 111000 |
Color Harmonies of #A37A7C
Complementary color
Monochromatic Colors of #A37A7C
Black with #A37A7C
Text Example
Text Example
White with #A37A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37A7C; }
p { color: rgb(163,122,124); }
H1.HeaderClassName
{
color: #A37A7C;
}
.AnyTagClassName
{
color: #A37A7C;
}
</style>
background-color css
<style>
a { background-color: #A37A7C; }
a { background-color: rgb(163,122,124); }
div.DivClassName
{
background-color: #A37A7C;
}
.BgClassName
{
background-color: #A37A7C;
}
</style>
border-color css
<style>
span { border-color: #A37A7C; }
span { border-color: rgb(163,122,124); }
td.TdClassName
{
border-color: #A37A7C;
}
.TagClassName
{
border-color: #A37A7C;
}
</style>