Shades of Turkish Rose #A9626D
Tints of Turkish Rose #A9626D
RGB
CMYK
RGB Variations
Color information
#A9626D (or 0xA9626D) is known color: Turkish Rose. HEX triplet: A9, 62 and 6D. RGB value is (169,98,109). Sum of RGB (Red+Green+Blue) = 169+98+109=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 169 - color contains mainly: red. Hex color #A9626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9626D is #569D92. Grayscale: #787878. Windows color (decimal): -5676435 or 7168681. OLE color: 7168681.
HSL color Cylindrical-coordinate representation of color #A9626D: hue angle of 350.7º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A9626D is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 98 | 109 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.34 |
| HSL | 350.7º | 0.29% | 0.52% | - |
| HSV(B) | 350.7º | 0.42% | 0.66% | - |
| XYZ | 23.49 | 18.27 | 16.76 | - |
| YUV | 120.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 98 | 109 | 0 | 0.42 | 0.36 | 0.34 | 350.7 | 0.29 | 0.52 |
| Hex | A9 | 62 | 6D | 0 | 2A | 24 | 22 | 15F | 1D | 34 |
| Octal | 251 | 142 | 155 | 0 | 52 | 44 | 42 | 537 | 35 | 64 |
| Binary | 10101001 | 1100010 | 1101101 | 0 | 101010 | 100100 | 100010 | 101011111 | 11101 | 110100 |
Color Harmonies of #A9626D
Complementary color
Monochromatic Colors of #A9626D
Black with #A9626D
Text Example
Text Example
White with #A9626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9626D; }
p { color: rgb(169,98,109); }
H1.HeaderClassName
{
color: #A9626D;
}
.AnyTagClassName
{
color: #A9626D;
}
</style>
background-color css
<style>
a { background-color: #A9626D; }
a { background-color: rgb(169,98,109); }
div.DivClassName
{
background-color: #A9626D;
}
.BgClassName
{
background-color: #A9626D;
}
</style>
border-color css
<style>
span { border-color: #A9626D; }
span { border-color: rgb(169,98,109); }
td.TdClassName
{
border-color: #A9626D;
}
.TagClassName
{
border-color: #A9626D;
}
</style>