Shades of Crail #A65C45
Tints of Crail #A65C45
RGB
CMYK
RGB Variations
Color information
#A65C45 (or 0xA65C45) is known color: Crail. HEX triplet: A6, 5C and 45. RGB value is (166,92,69). Sum of RGB (Red+Green+Blue) = 166+92+69=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65C45 is #59A3BA. Grayscale: #6F6F6F. Windows color (decimal): -5874619 or 4545702. OLE color: 4545702.
HSL color Cylindrical-coordinate representation of color #A65C45: hue angle of 14.23º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A65C45 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 92 | 69 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.35 |
| HSL | 14.23º | 0.41% | 0.46% | - |
| HSV(B) | 14.23º | 0.58% | 0.65% | - |
| XYZ | 20.63 | 16.19 | 7.67 | - |
| YUV | 111.5 | 104.02 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 69 | 0 | 0.45 | 0.58 | 0.35 | 14.23 | 0.41 | 0.46 |
| Hex | A6 | 5C | 45 | 0 | 2D | 3A | 23 | E | 29 | 2E |
| Octal | 246 | 134 | 105 | 0 | 55 | 72 | 43 | 16 | 51 | 56 |
| Binary | 10100110 | 1011100 | 1000101 | 0 | 101101 | 111010 | 100011 | 1110 | 101001 | 101110 |
Color Harmonies of #A65C45
Complementary color
Monochromatic Colors of #A65C45
Black with #A65C45
Text Example
Text Example
White with #A65C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65C45; }
p { color: rgb(166,92,69); }
H1.HeaderClassName
{
color: #A65C45;
}
.AnyTagClassName
{
color: #A65C45;
}
</style>
background-color css
<style>
a { background-color: #A65C45; }
a { background-color: rgb(166,92,69); }
div.DivClassName
{
background-color: #A65C45;
}
.BgClassName
{
background-color: #A65C45;
}
</style>
border-color css
<style>
span { border-color: #A65C45; }
span { border-color: rgb(166,92,69); }
td.TdClassName
{
border-color: #A65C45;
}
.TagClassName
{
border-color: #A65C45;
}
</style>