Shades of Crail #A65A51
Tints of Crail #A65A51
RGB
CMYK
RGB Variations
Color information
#A65A51 (or 0xA65A51) is known color: Crail. HEX triplet: A6, 5A and 51. RGB value is (166,90,81). Sum of RGB (Red+Green+Blue) = 166+90+81=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65A51 is #59A5AE. Grayscale: #6F6F6F. Windows color (decimal): -5875119 or 5331622. OLE color: 5331622.
HSL color Cylindrical-coordinate representation of color #A65A51: hue angle of 6.35º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65A51 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 90 | 81 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.35 |
| HSL | 6.35º | 0.34% | 0.48% | - |
| HSV(B) | 6.35º | 0.51% | 0.65% | - |
| XYZ | 20.87 | 16.01 | 9.78 | - |
| YUV | 111.7 | 110.68 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 90 | 81 | 0 | 0.46 | 0.51 | 0.35 | 6.35 | 0.34 | 0.48 |
| Hex | A6 | 5A | 51 | 0 | 2E | 33 | 23 | 6 | 22 | 30 |
| Octal | 246 | 132 | 121 | 0 | 56 | 63 | 43 | 6 | 42 | 60 |
| Binary | 10100110 | 1011010 | 1010001 | 0 | 101110 | 110011 | 100011 | 110 | 100010 | 110000 |
Color Harmonies of #A65A51
Complementary color
Monochromatic Colors of #A65A51
Black with #A65A51
Text Example
Text Example
White with #A65A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65A51; }
p { color: rgb(166,90,81); }
H1.HeaderClassName
{
color: #A65A51;
}
.AnyTagClassName
{
color: #A65A51;
}
</style>
background-color css
<style>
a { background-color: #A65A51; }
a { background-color: rgb(166,90,81); }
div.DivClassName
{
background-color: #A65A51;
}
.BgClassName
{
background-color: #A65A51;
}
</style>
border-color css
<style>
span { border-color: #A65A51; }
span { border-color: rgb(166,90,81); }
td.TdClassName
{
border-color: #A65A51;
}
.TagClassName
{
border-color: #A65A51;
}
</style>