Shades of Royal Heath #A65A74
Tints of Royal Heath #A65A74
RGB
CMYK
RGB Variations
Color information
#A65A74 (or 0xA65A74) is known color: Royal Heath. HEX triplet: A6, 5A and 74. RGB value is (166,90,116). Sum of RGB (Red+Green+Blue) = 166+90+116=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65A74 is #59A58B. Grayscale: #737373. Windows color (decimal): -5875084 or 7625382. OLE color: 7625382.
HSL color Cylindrical-coordinate representation of color #A65A74: hue angle of 339.47º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A65A74 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 90 | 116 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.35 |
| HSL | 339.47º | 0.3% | 0.5% | - |
| HSV(B) | 339.47º | 0.46% | 0.65% | - |
| XYZ | 22.53 | 16.68 | 18.55 | - |
| YUV | 115.69 | 128.18 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 90 | 116 | 0 | 0.46 | 0.30 | 0.35 | 339.47 | 0.3 | 0.5 |
| Hex | A6 | 5A | 74 | 0 | 2E | 1E | 23 | 153 | 1E | 32 |
| Octal | 246 | 132 | 164 | 0 | 56 | 36 | 43 | 523 | 36 | 62 |
| Binary | 10100110 | 1011010 | 1110100 | 0 | 101110 | 11110 | 100011 | 101010011 | 11110 | 110010 |
Color Harmonies of #A65A74
Complementary color
Monochromatic Colors of #A65A74
Black with #A65A74
Text Example
Text Example
White with #A65A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65A74; }
p { color: rgb(166,90,116); }
H1.HeaderClassName
{
color: #A65A74;
}
.AnyTagClassName
{
color: #A65A74;
}
</style>
background-color css
<style>
a { background-color: #A65A74; }
a { background-color: rgb(166,90,116); }
div.DivClassName
{
background-color: #A65A74;
}
.BgClassName
{
background-color: #A65A74;
}
</style>
border-color css
<style>
span { border-color: #A65A74; }
span { border-color: rgb(166,90,116); }
td.TdClassName
{
border-color: #A65A74;
}
.TagClassName
{
border-color: #A65A74;
}
</style>