Shades of Crail #A65C4D
Tints of Crail #A65C4D
RGB
CMYK
RGB Variations
Color information
#A65C4D (or 0xA65C4D) is known color: Crail. HEX triplet: A6, 5C and 4D. RGB value is (166,92,77). Sum of RGB (Red+Green+Blue) = 166+92+77=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C4D is #59A3B2. Grayscale: #707070. Windows color (decimal): -5874611 or 5069990. OLE color: 5069990.
HSL color Cylindrical-coordinate representation of color #A65C4D: hue angle of 10.11º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A65C4D is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 92 | 77 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.35 |
| HSL | 10.11º | 0.37% | 0.48% | - |
| HSV(B) | 10.11º | 0.54% | 0.65% | - |
| XYZ | 20.89 | 16.3 | 9.07 | - |
| YUV | 112.42 | 108.02 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 77 | 0 | 0.45 | 0.54 | 0.35 | 10.11 | 0.37 | 0.48 |
| Hex | A6 | 5C | 4D | 0 | 2D | 36 | 23 | A | 25 | 30 |
| Octal | 246 | 134 | 115 | 0 | 55 | 66 | 43 | 12 | 45 | 60 |
| Binary | 10100110 | 1011100 | 1001101 | 0 | 101101 | 110110 | 100011 | 1010 | 100101 | 110000 |
Color Harmonies of #A65C4D
Complementary color
Monochromatic Colors of #A65C4D
Black with #A65C4D
Text Example
Text Example
White with #A65C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65C4D; }
p { color: rgb(166,92,77); }
H1.HeaderClassName
{
color: #A65C4D;
}
.AnyTagClassName
{
color: #A65C4D;
}
</style>
background-color css
<style>
a { background-color: #A65C4D; }
a { background-color: rgb(166,92,77); }
div.DivClassName
{
background-color: #A65C4D;
}
.BgClassName
{
background-color: #A65C4D;
}
</style>
border-color css
<style>
span { border-color: #A65C4D; }
span { border-color: rgb(166,92,77); }
td.TdClassName
{
border-color: #A65C4D;
}
.TagClassName
{
border-color: #A65C4D;
}
</style>