Shades of Turkish Rose #A5777A
Tints of Turkish Rose #A5777A
RGB
CMYK
RGB Variations
Color information
#A5777A (or 0xA5777A) is known color: Turkish Rose. HEX triplet: A5, 77 and 7A. RGB value is (165,119,122). Sum of RGB (Red+Green+Blue) = 165+119+122=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A5777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5777A is #5A8885. Grayscale: #858585. Windows color (decimal): -5933190 or 8026021. OLE color: 8026021.
HSL color Cylindrical-coordinate representation of color #A5777A: hue angle of 356.09º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5777A is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 119 | 122 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.35 |
| HSL | 356.09º | 0.2% | 0.56% | - |
| HSV(B) | 356.09º | 0.28% | 0.65% | - |
| XYZ | 25.63 | 22.6 | 21.42 | - |
| YUV | 133.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 119 | 122 | 0 | 0.28 | 0.26 | 0.35 | 356.09 | 0.2 | 0.56 |
| Hex | A5 | 77 | 7A | 0 | 1C | 1A | 23 | 164 | 14 | 38 |
| Octal | 245 | 167 | 172 | 0 | 34 | 32 | 43 | 544 | 24 | 70 |
| Binary | 10100101 | 1110111 | 1111010 | 0 | 11100 | 11010 | 100011 | 101100100 | 10100 | 111000 |
Color Harmonies of #A5777A
Complementary color
Monochromatic Colors of #A5777A
Black with #A5777A
Text Example
Text Example
White with #A5777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5777A; }
p { color: rgb(165,119,122); }
H1.HeaderClassName
{
color: #A5777A;
}
.AnyTagClassName
{
color: #A5777A;
}
</style>
background-color css
<style>
a { background-color: #A5777A; }
a { background-color: rgb(165,119,122); }
div.DivClassName
{
background-color: #A5777A;
}
.BgClassName
{
background-color: #A5777A;
}
</style>
border-color css
<style>
span { border-color: #A5777A; }
span { border-color: rgb(165,119,122); }
td.TdClassName
{
border-color: #A5777A;
}
.TagClassName
{
border-color: #A5777A;
}
</style>