Shades of Crail #A65648
Tints of Crail #A65648
RGB
CMYK
RGB Variations
Color information
#A65648 (or 0xA65648) is known color: Crail. HEX triplet: A6, 56 and 48. RGB value is (166,86,72). Sum of RGB (Red+Green+Blue) = 166+86+72=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A65648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65648 is #59A9B7. Grayscale: #6C6C6C. Windows color (decimal): -5876152 or 4740774. OLE color: 4740774.
HSL color Cylindrical-coordinate representation of color #A65648: hue angle of 8.94º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A65648 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 86 | 72 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.35 |
| HSL | 8.94º | 0.39% | 0.47% | - |
| HSV(B) | 8.94º | 0.57% | 0.65% | - |
| XYZ | 20.22 | 15.23 | 8 | - |
| YUV | 108.32 | 107.5 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 72 | 0 | 0.48 | 0.57 | 0.35 | 8.94 | 0.39 | 0.47 |
| Hex | A6 | 56 | 48 | 0 | 30 | 39 | 23 | 9 | 27 | 2F |
| Octal | 246 | 126 | 110 | 0 | 60 | 71 | 43 | 11 | 47 | 57 |
| Binary | 10100110 | 1010110 | 1001000 | 0 | 110000 | 111001 | 100011 | 1001 | 100111 | 101111 |
Color Harmonies of #A65648
Complementary color
Monochromatic Colors of #A65648
Black with #A65648
Text Example
Text Example
White with #A65648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65648; }
p { color: rgb(166,86,72); }
H1.HeaderClassName
{
color: #A65648;
}
.AnyTagClassName
{
color: #A65648;
}
</style>
background-color css
<style>
a { background-color: #A65648; }
a { background-color: rgb(166,86,72); }
div.DivClassName
{
background-color: #A65648;
}
.BgClassName
{
background-color: #A65648;
}
</style>
border-color css
<style>
span { border-color: #A65648; }
span { border-color: rgb(166,86,72); }
td.TdClassName
{
border-color: #A65648;
}
.TagClassName
{
border-color: #A65648;
}
</style>