Shades of Turkish Rose #A5667A
Tints of Turkish Rose #A5667A
RGB
CMYK
RGB Variations
Color information
#A5667A (or 0xA5667A) is known color: Turkish Rose. HEX triplet: A5, 66 and 7A. RGB value is (165,102,122). Sum of RGB (Red+Green+Blue) = 165+102+122=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A5667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5667A is #5A9985. Grayscale: #7B7B7B. Windows color (decimal): -5937542 or 8021669. OLE color: 8021669.
HSL color Cylindrical-coordinate representation of color #A5667A: hue angle of 340.95º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5667A is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 102 | 122 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.35 |
| HSL | 340.95º | 0.26% | 0.52% | - |
| HSV(B) | 340.95º | 0.38% | 0.65% | - |
| XYZ | 23.78 | 18.91 | 20.81 | - |
| YUV | 123.12 | 127.37 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 102 | 122 | 0 | 0.38 | 0.26 | 0.35 | 340.95 | 0.26 | 0.52 |
| Hex | A5 | 66 | 7A | 0 | 26 | 1A | 23 | 155 | 1A | 34 |
| Octal | 245 | 146 | 172 | 0 | 46 | 32 | 43 | 525 | 32 | 64 |
| Binary | 10100101 | 1100110 | 1111010 | 0 | 100110 | 11010 | 100011 | 101010101 | 11010 | 110100 |
Color Harmonies of #A5667A
Complementary color
Monochromatic Colors of #A5667A
Black with #A5667A
Text Example
Text Example
White with #A5667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5667A; }
p { color: rgb(165,102,122); }
H1.HeaderClassName
{
color: #A5667A;
}
.AnyTagClassName
{
color: #A5667A;
}
</style>
background-color css
<style>
a { background-color: #A5667A; }
a { background-color: rgb(165,102,122); }
div.DivClassName
{
background-color: #A5667A;
}
.BgClassName
{
background-color: #A5667A;
}
</style>
border-color css
<style>
span { border-color: #A5667A; }
span { border-color: rgb(165,102,122); }
td.TdClassName
{
border-color: #A5667A;
}
.TagClassName
{
border-color: #A5667A;
}
</style>