Shades of Turkish Rose #A5696D
Tints of Turkish Rose #A5696D
RGB
CMYK
RGB Variations
Color information
#A5696D (or 0xA5696D) is known color: Turkish Rose. HEX triplet: A5, 69 and 6D. RGB value is (165,105,109). Sum of RGB (Red+Green+Blue) = 165+105+109=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A5696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5696D is #5A9692. Grayscale: #7B7B7B. Windows color (decimal): -5936787 or 7170469. OLE color: 7170469.
HSL color Cylindrical-coordinate representation of color #A5696D: hue angle of 356º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5696D is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 105 | 109 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.35 |
| HSL | 356º | 0.25% | 0.53% | - |
| HSV(B) | 356º | 0.36% | 0.65% | - |
| XYZ | 23.33 | 19.21 | 16.95 | - |
| YUV | 123.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 105 | 109 | 0 | 0.36 | 0.34 | 0.35 | 356 | 0.25 | 0.53 |
| Hex | A5 | 69 | 6D | 0 | 24 | 22 | 23 | 164 | 19 | 35 |
| Octal | 245 | 151 | 155 | 0 | 44 | 42 | 43 | 544 | 31 | 65 |
| Binary | 10100101 | 1101001 | 1101101 | 0 | 100100 | 100010 | 100011 | 101100100 | 11001 | 110101 |
Color Harmonies of #A5696D
Complementary color
Monochromatic Colors of #A5696D
Black with #A5696D
Text Example
Text Example
White with #A5696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5696D; }
p { color: rgb(165,105,109); }
H1.HeaderClassName
{
color: #A5696D;
}
.AnyTagClassName
{
color: #A5696D;
}
</style>
background-color css
<style>
a { background-color: #A5696D; }
a { background-color: rgb(165,105,109); }
div.DivClassName
{
background-color: #A5696D;
}
.BgClassName
{
background-color: #A5696D;
}
</style>
border-color css
<style>
span { border-color: #A5696D; }
span { border-color: rgb(165,105,109); }
td.TdClassName
{
border-color: #A5696D;
}
.TagClassName
{
border-color: #A5696D;
}
</style>