Shades of Crail #A65C47
Tints of Crail #A65C47
RGB
CMYK
RGB Variations
Color information
#A65C47 (or 0xA65C47) is known color: Crail. HEX triplet: A6, 5C and 47. RGB value is (166,92,71). Sum of RGB (Red+Green+Blue) = 166+92+71=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65C47 is #59A3B8. Grayscale: #6F6F6F. Windows color (decimal): -5874617 or 4676774. OLE color: 4676774.
HSL color Cylindrical-coordinate representation of color #A65C47: hue angle of 13.26º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A65C47 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 92 | 71 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.35 |
| HSL | 13.26º | 0.4% | 0.46% | - |
| HSV(B) | 13.26º | 0.57% | 0.65% | - |
| XYZ | 20.69 | 16.22 | 8 | - |
| YUV | 111.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 71 | 0 | 0.45 | 0.57 | 0.35 | 13.26 | 0.4 | 0.46 |
| Hex | A6 | 5C | 47 | 0 | 2D | 39 | 23 | D | 28 | 2E |
| Octal | 246 | 134 | 107 | 0 | 55 | 71 | 43 | 15 | 50 | 56 |
| Binary | 10100110 | 1011100 | 1000111 | 0 | 101101 | 111001 | 100011 | 1101 | 101000 | 101110 |
Color Harmonies of #A65C47
Complementary color
Monochromatic Colors of #A65C47
Black with #A65C47
Text Example
Text Example
White with #A65C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65C47; }
p { color: rgb(166,92,71); }
H1.HeaderClassName
{
color: #A65C47;
}
.AnyTagClassName
{
color: #A65C47;
}
</style>
background-color css
<style>
a { background-color: #A65C47; }
a { background-color: rgb(166,92,71); }
div.DivClassName
{
background-color: #A65C47;
}
.BgClassName
{
background-color: #A65C47;
}
</style>
border-color css
<style>
span { border-color: #A65C47; }
span { border-color: rgb(166,92,71); }
td.TdClassName
{
border-color: #A65C47;
}
.TagClassName
{
border-color: #A65C47;
}
</style>