Shades of Crail #A65042
Tints of Crail #A65042
RGB
CMYK
RGB Variations
Color information
#A65042 (or 0xA65042) is known color: Crail. HEX triplet: A6, 50 and 42. RGB value is (166,80,66). Sum of RGB (Red+Green+Blue) = 166+80+66=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A65042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65042 is #59AFBD. Grayscale: #686868. Windows color (decimal): -5877694 or 4346022. OLE color: 4346022.
HSL color Cylindrical-coordinate representation of color #A65042: hue angle of 8.4º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A65042 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 80 | 66 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.35 |
| HSL | 8.4º | 0.43% | 0.45% | - |
| HSV(B) | 8.4º | 0.6% | 0.65% | - |
| XYZ | 19.58 | 14.24 | 6.87 | - |
| YUV | 104.12 | 106.49 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 66 | 0 | 0.52 | 0.60 | 0.35 | 8.4 | 0.43 | 0.45 |
| Hex | A6 | 50 | 42 | 0 | 34 | 3C | 23 | 8 | 2B | 2D |
| Octal | 246 | 120 | 102 | 0 | 64 | 74 | 43 | 10 | 53 | 55 |
| Binary | 10100110 | 1010000 | 1000010 | 0 | 110100 | 111100 | 100011 | 1000 | 101011 | 101101 |
Color Harmonies of #A65042
Complementary color
Monochromatic Colors of #A65042
Black with #A65042
Text Example
Text Example
White with #A65042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65042; }
p { color: rgb(166,80,66); }
H1.HeaderClassName
{
color: #A65042;
}
.AnyTagClassName
{
color: #A65042;
}
</style>
background-color css
<style>
a { background-color: #A65042; }
a { background-color: rgb(166,80,66); }
div.DivClassName
{
background-color: #A65042;
}
.BgClassName
{
background-color: #A65042;
}
</style>
border-color css
<style>
span { border-color: #A65042; }
span { border-color: rgb(166,80,66); }
td.TdClassName
{
border-color: #A65042;
}
.TagClassName
{
border-color: #A65042;
}
</style>