Shades of Turkish Rose #A57A7D
Tints of Turkish Rose #A57A7D
RGB
CMYK
RGB Variations
Color information
#A57A7D (or 0xA57A7D) is known color: Turkish Rose. HEX triplet: A5, 7A and 7D. RGB value is (165,122,125). Sum of RGB (Red+Green+Blue) = 165+122+125=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A7D is #5A8582. Grayscale: #878787. Windows color (decimal): -5932419 or 8223397. OLE color: 8223397.
HSL color Cylindrical-coordinate representation of color #A57A7D: hue angle of 355.81º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A57A7D is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 122 | 125 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.35 |
| HSL | 355.81º | 0.19% | 0.56% | - |
| HSV(B) | 355.81º | 0.26% | 0.65% | - |
| XYZ | 26.18 | 23.4 | 22.54 | - |
| YUV | 135.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 125 | 0 | 0.26 | 0.24 | 0.35 | 355.81 | 0.19 | 0.56 |
| Hex | A5 | 7A | 7D | 0 | 1A | 18 | 23 | 164 | 13 | 38 |
| Octal | 245 | 172 | 175 | 0 | 32 | 30 | 43 | 544 | 23 | 70 |
| Binary | 10100101 | 1111010 | 1111101 | 0 | 11010 | 11000 | 100011 | 101100100 | 10011 | 111000 |
Color Harmonies of #A57A7D
Complementary color
Monochromatic Colors of #A57A7D
Black with #A57A7D
Text Example
Text Example
White with #A57A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57A7D; }
p { color: rgb(165,122,125); }
H1.HeaderClassName
{
color: #A57A7D;
}
.AnyTagClassName
{
color: #A57A7D;
}
</style>
background-color css
<style>
a { background-color: #A57A7D; }
a { background-color: rgb(165,122,125); }
div.DivClassName
{
background-color: #A57A7D;
}
.BgClassName
{
background-color: #A57A7D;
}
</style>
border-color css
<style>
span { border-color: #A57A7D; }
span { border-color: rgb(165,122,125); }
td.TdClassName
{
border-color: #A57A7D;
}
.TagClassName
{
border-color: #A57A7D;
}
</style>