Shades of Turkish Rose #A4676B
Tints of Turkish Rose #A4676B
RGB
CMYK
RGB Variations
Color information
#A4676B (or 0xA4676B) is known color: Turkish Rose. HEX triplet: A4, 67 and 6B. RGB value is (164,103,107). Sum of RGB (Red+Green+Blue) = 164+103+107=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A4676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4676B is #5B9894. Grayscale: #797979. Windows color (decimal): -6002837 or 7038884. OLE color: 7038884.
HSL color Cylindrical-coordinate representation of color #A4676B: hue angle of 356.07º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4676B is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 103 | 107 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.36 |
| HSL | 356.07º | 0.25% | 0.52% | - |
| HSV(B) | 356.07º | 0.37% | 0.64% | - |
| XYZ | 22.81 | 18.65 | 16.31 | - |
| YUV | 121.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 103 | 107 | 0 | 0.37 | 0.35 | 0.36 | 356.07 | 0.25 | 0.52 |
| Hex | A4 | 67 | 6B | 0 | 25 | 23 | 24 | 164 | 19 | 34 |
| Octal | 244 | 147 | 153 | 0 | 45 | 43 | 44 | 544 | 31 | 64 |
| Binary | 10100100 | 1100111 | 1101011 | 0 | 100101 | 100011 | 100100 | 101100100 | 11001 | 110100 |
Color Harmonies of #A4676B
Complementary color
Monochromatic Colors of #A4676B
Black with #A4676B
Text Example
Text Example
White with #A4676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4676B; }
p { color: rgb(164,103,107); }
H1.HeaderClassName
{
color: #A4676B;
}
.AnyTagClassName
{
color: #A4676B;
}
</style>
background-color css
<style>
a { background-color: #A4676B; }
a { background-color: rgb(164,103,107); }
div.DivClassName
{
background-color: #A4676B;
}
.BgClassName
{
background-color: #A4676B;
}
</style>
border-color css
<style>
span { border-color: #A4676B; }
span { border-color: rgb(164,103,107); }
td.TdClassName
{
border-color: #A4676B;
}
.TagClassName
{
border-color: #A4676B;
}
</style>