Shades of Turkish Rose #A47A7E
Tints of Turkish Rose #A47A7E
RGB
CMYK
RGB Variations
Color information
#A47A7E (or 0xA47A7E) is known color: Turkish Rose. HEX triplet: A4, 7A and 7E. RGB value is (164,122,126). Sum of RGB (Red+Green+Blue) = 164+122+126=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A7E is #5B8581. Grayscale: #878787. Windows color (decimal): -5997954 or 8288932. OLE color: 8288932.
HSL color Cylindrical-coordinate representation of color #A47A7E: hue angle of 354.29º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A47A7E is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 122 | 126 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.36 |
| HSL | 354.29º | 0.19% | 0.56% | - |
| HSV(B) | 354.29º | 0.26% | 0.64% | - |
| XYZ | 26.04 | 23.32 | 22.87 | - |
| YUV | 135.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 126 | 0 | 0.26 | 0.23 | 0.36 | 354.29 | 0.19 | 0.56 |
| Hex | A4 | 7A | 7E | 0 | 1A | 17 | 24 | 162 | 13 | 38 |
| Octal | 244 | 172 | 176 | 0 | 32 | 27 | 44 | 542 | 23 | 70 |
| Binary | 10100100 | 1111010 | 1111110 | 0 | 11010 | 10111 | 100100 | 101100010 | 10011 | 111000 |
Color Harmonies of #A47A7E
Complementary color
Monochromatic Colors of #A47A7E
Black with #A47A7E
Text Example
Text Example
White with #A47A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47A7E; }
p { color: rgb(164,122,126); }
H1.HeaderClassName
{
color: #A47A7E;
}
.AnyTagClassName
{
color: #A47A7E;
}
</style>
background-color css
<style>
a { background-color: #A47A7E; }
a { background-color: rgb(164,122,126); }
div.DivClassName
{
background-color: #A47A7E;
}
.BgClassName
{
background-color: #A47A7E;
}
</style>
border-color css
<style>
span { border-color: #A47A7E; }
span { border-color: rgb(164,122,126); }
td.TdClassName
{
border-color: #A47A7E;
}
.TagClassName
{
border-color: #A47A7E;
}
</style>