Shades of Turkish Rose #A5646C
Tints of Turkish Rose #A5646C
RGB
CMYK
RGB Variations
Color information
#A5646C (or 0xA5646C) is known color: Turkish Rose. HEX triplet: A5, 64 and 6C. RGB value is (165,100,108). Sum of RGB (Red+Green+Blue) = 165+100+108=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A5646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5646C is #5A9B93. Grayscale: #787878. Windows color (decimal): -5938068 or 7103653. OLE color: 7103653.
HSL color Cylindrical-coordinate representation of color #A5646C: hue angle of 352.62º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5646C is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 100 | 108 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.35 |
| HSL | 352.62º | 0.27% | 0.52% | - |
| HSV(B) | 352.62º | 0.39% | 0.65% | - |
| XYZ | 22.78 | 18.2 | 16.5 | - |
| YUV | 120.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 100 | 108 | 0 | 0.39 | 0.35 | 0.35 | 352.62 | 0.27 | 0.52 |
| Hex | A5 | 64 | 6C | 0 | 27 | 23 | 23 | 161 | 1B | 34 |
| Octal | 245 | 144 | 154 | 0 | 47 | 43 | 43 | 541 | 33 | 64 |
| Binary | 10100101 | 1100100 | 1101100 | 0 | 100111 | 100011 | 100011 | 101100001 | 11011 | 110100 |
Color Harmonies of #A5646C
Complementary color
Monochromatic Colors of #A5646C
Black with #A5646C
Text Example
Text Example
White with #A5646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5646C; }
p { color: rgb(165,100,108); }
H1.HeaderClassName
{
color: #A5646C;
}
.AnyTagClassName
{
color: #A5646C;
}
</style>
background-color css
<style>
a { background-color: #A5646C; }
a { background-color: rgb(165,100,108); }
div.DivClassName
{
background-color: #A5646C;
}
.BgClassName
{
background-color: #A5646C;
}
</style>
border-color css
<style>
span { border-color: #A5646C; }
span { border-color: rgb(165,100,108); }
td.TdClassName
{
border-color: #A5646C;
}
.TagClassName
{
border-color: #A5646C;
}
</style>