Shades of Turkish Rose #A4636A
Tints of Turkish Rose #A4636A
RGB
CMYK
RGB Variations
Color information
#A4636A (or 0xA4636A) is known color: Turkish Rose. HEX triplet: A4, 63 and 6A. RGB value is (164,99,106). Sum of RGB (Red+Green+Blue) = 164+99+106=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A4636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4636A is #5B9C95. Grayscale: #777777. Windows color (decimal): -6003862 or 6972324. OLE color: 6972324.
HSL color Cylindrical-coordinate representation of color #A4636A: hue angle of 353.54º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4636A is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 99 | 106 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.36 |
| HSL | 353.54º | 0.26% | 0.52% | - |
| HSV(B) | 353.54º | 0.4% | 0.64% | - |
| XYZ | 22.37 | 17.86 | 15.9 | - |
| YUV | 119.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 106 | 0 | 0.40 | 0.35 | 0.36 | 353.54 | 0.26 | 0.52 |
| Hex | A4 | 63 | 6A | 0 | 28 | 23 | 24 | 162 | 1A | 34 |
| Octal | 244 | 143 | 152 | 0 | 50 | 43 | 44 | 542 | 32 | 64 |
| Binary | 10100100 | 1100011 | 1101010 | 0 | 101000 | 100011 | 100100 | 101100010 | 11010 | 110100 |
Color Harmonies of #A4636A
Complementary color
Monochromatic Colors of #A4636A
Black with #A4636A
Text Example
Text Example
White with #A4636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4636A; }
p { color: rgb(164,99,106); }
H1.HeaderClassName
{
color: #A4636A;
}
.AnyTagClassName
{
color: #A4636A;
}
</style>
background-color css
<style>
a { background-color: #A4636A; }
a { background-color: rgb(164,99,106); }
div.DivClassName
{
background-color: #A4636A;
}
.BgClassName
{
background-color: #A4636A;
}
</style>
border-color css
<style>
span { border-color: #A4636A; }
span { border-color: rgb(164,99,106); }
td.TdClassName
{
border-color: #A4636A;
}
.TagClassName
{
border-color: #A4636A;
}
</style>