Shades of Turkish Rose #A37B7C
Tints of Turkish Rose #A37B7C
RGB
CMYK
RGB Variations
Color information
#A37B7C (or 0xA37B7C) is known color: Turkish Rose. HEX triplet: A3, 7B and 7C. RGB value is (163,123,124). Sum of RGB (Red+Green+Blue) = 163+123+124=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37B7C is #5C8483. Grayscale: #878787. Windows color (decimal): -6063236 or 8158115. OLE color: 8158115.
HSL color Cylindrical-coordinate representation of color #A37B7C: hue angle of 358.5º 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 #A37B7C is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 123 | 124 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.36 |
| HSL | 358.5º | 0.18% | 0.56% | - |
| HSV(B) | 358.5º | 0.25% | 0.64% | - |
| XYZ | 25.83 | 23.41 | 22.23 | - |
| YUV | 135.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 123 | 124 | 0 | 0.25 | 0.24 | 0.36 | 358.5 | 0.18 | 0.56 |
| Hex | A3 | 7B | 7C | 0 | 19 | 18 | 24 | 166 | 12 | 38 |
| Octal | 243 | 173 | 174 | 0 | 31 | 30 | 44 | 546 | 22 | 70 |
| Binary | 10100011 | 1111011 | 1111100 | 0 | 11001 | 11000 | 100100 | 101100110 | 10010 | 111000 |
Color Harmonies of #A37B7C
Complementary color
Monochromatic Colors of #A37B7C
Black with #A37B7C
Text Example
Text Example
White with #A37B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37B7C; }
p { color: rgb(163,123,124); }
H1.HeaderClassName
{
color: #A37B7C;
}
.AnyTagClassName
{
color: #A37B7C;
}
</style>
background-color css
<style>
a { background-color: #A37B7C; }
a { background-color: rgb(163,123,124); }
div.DivClassName
{
background-color: #A37B7C;
}
.BgClassName
{
background-color: #A37B7C;
}
</style>
border-color css
<style>
span { border-color: #A37B7C; }
span { border-color: rgb(163,123,124); }
td.TdClassName
{
border-color: #A37B7C;
}
.TagClassName
{
border-color: #A37B7C;
}
</style>