Shades of Crail #A45340
Tints of Crail #A45340
RGB
CMYK
RGB Variations
Color information
#A45340 (or 0xA45340) is known color: Crail. HEX triplet: A4, 53 and 40. RGB value is (164,83,64). Sum of RGB (Red+Green+Blue) = 164+83+64=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A45340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45340 is #5BACBF. Grayscale: #696969. Windows color (decimal): -6008000 or 4215716. OLE color: 4215716.
HSL color Cylindrical-coordinate representation of color #A45340: hue angle of 11.4º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A45340 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 83 | 64 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.36 |
| HSL | 11.4º | 0.44% | 0.45% | - |
| HSV(B) | 11.4º | 0.61% | 0.64% | - |
| XYZ | 19.33 | 14.45 | 6.62 | - |
| YUV | 105.05 | 104.84 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 83 | 64 | 0 | 0.49 | 0.61 | 0.36 | 11.4 | 0.44 | 0.45 |
| Hex | A4 | 53 | 40 | 0 | 31 | 3D | 24 | B | 2C | 2D |
| Octal | 244 | 123 | 100 | 0 | 61 | 75 | 44 | 13 | 54 | 55 |
| Binary | 10100100 | 1010011 | 1000000 | 0 | 110001 | 111101 | 100100 | 1011 | 101100 | 101101 |
Color Harmonies of #A45340
Complementary color
Monochromatic Colors of #A45340
Black with #A45340
Text Example
Text Example
White with #A45340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45340; }
p { color: rgb(164,83,64); }
H1.HeaderClassName
{
color: #A45340;
}
.AnyTagClassName
{
color: #A45340;
}
</style>
background-color css
<style>
a { background-color: #A45340; }
a { background-color: rgb(164,83,64); }
div.DivClassName
{
background-color: #A45340;
}
.BgClassName
{
background-color: #A45340;
}
</style>
border-color css
<style>
span { border-color: #A45340; }
span { border-color: rgb(164,83,64); }
td.TdClassName
{
border-color: #A45340;
}
.TagClassName
{
border-color: #A45340;
}
</style>