Shades of Crail #A65F51
Tints of Crail #A65F51
RGB
CMYK
RGB Variations
Color information
#A65F51 (or 0xA65F51) is known color: Crail. HEX triplet: A6, 5F and 51. RGB value is (166,95,81). Sum of RGB (Red+Green+Blue) = 166+95+81=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65F51 is #59A0AE. Grayscale: #727272. Windows color (decimal): -5873839 or 5332902. OLE color: 5332902.
HSL color Cylindrical-coordinate representation of color #A65F51: hue angle of 9.88º 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 #A65F51 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 95 | 81 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.35 |
| HSL | 9.88º | 0.34% | 0.48% | - |
| HSV(B) | 9.88º | 0.51% | 0.65% | - |
| XYZ | 21.3 | 16.89 | 9.92 | - |
| YUV | 114.63 | 109.02 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 81 | 0 | 0.43 | 0.51 | 0.35 | 9.88 | 0.34 | 0.48 |
| Hex | A6 | 5F | 51 | 0 | 2B | 33 | 23 | A | 22 | 30 |
| Octal | 246 | 137 | 121 | 0 | 53 | 63 | 43 | 12 | 42 | 60 |
| Binary | 10100110 | 1011111 | 1010001 | 0 | 101011 | 110011 | 100011 | 1010 | 100010 | 110000 |
Color Harmonies of #A65F51
Complementary color
Monochromatic Colors of #A65F51
Black with #A65F51
Text Example
Text Example
White with #A65F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65F51; }
p { color: rgb(166,95,81); }
H1.HeaderClassName
{
color: #A65F51;
}
.AnyTagClassName
{
color: #A65F51;
}
</style>
background-color css
<style>
a { background-color: #A65F51; }
a { background-color: rgb(166,95,81); }
div.DivClassName
{
background-color: #A65F51;
}
.BgClassName
{
background-color: #A65F51;
}
</style>
border-color css
<style>
span { border-color: #A65F51; }
span { border-color: rgb(166,95,81); }
td.TdClassName
{
border-color: #A65F51;
}
.TagClassName
{
border-color: #A65F51;
}
</style>