Shades of Turkish Rose #A4757A
Tints of Turkish Rose #A4757A
RGB
CMYK
RGB Variations
Color information
#A4757A (or 0xA4757A) is known color: Turkish Rose. HEX triplet: A4, 75 and 7A. RGB value is (164,117,122). Sum of RGB (Red+Green+Blue) = 164+117+122=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A4757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4757A is #5B8A85. Grayscale: #838383. Windows color (decimal): -5999238 or 8025508. OLE color: 8025508.
HSL color Cylindrical-coordinate representation of color #A4757A: hue angle of 353.62º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4757A is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 117 | 122 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.36 |
| HSL | 353.62º | 0.21% | 0.55% | - |
| HSV(B) | 353.62º | 0.29% | 0.64% | - |
| XYZ | 25.18 | 22.02 | 21.34 | - |
| YUV | 131.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 117 | 122 | 0 | 0.29 | 0.26 | 0.36 | 353.62 | 0.21 | 0.55 |
| Hex | A4 | 75 | 7A | 0 | 1D | 1A | 24 | 162 | 15 | 37 |
| Octal | 244 | 165 | 172 | 0 | 35 | 32 | 44 | 542 | 25 | 67 |
| Binary | 10100100 | 1110101 | 1111010 | 0 | 11101 | 11010 | 100100 | 101100010 | 10101 | 110111 |
Color Harmonies of #A4757A
Complementary color
Monochromatic Colors of #A4757A
Black with #A4757A
Text Example
Text Example
White with #A4757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4757A; }
p { color: rgb(164,117,122); }
H1.HeaderClassName
{
color: #A4757A;
}
.AnyTagClassName
{
color: #A4757A;
}
</style>
background-color css
<style>
a { background-color: #A4757A; }
a { background-color: rgb(164,117,122); }
div.DivClassName
{
background-color: #A4757A;
}
.BgClassName
{
background-color: #A4757A;
}
</style>
border-color css
<style>
span { border-color: #A4757A; }
span { border-color: rgb(164,117,122); }
td.TdClassName
{
border-color: #A4757A;
}
.TagClassName
{
border-color: #A4757A;
}
</style>