Shades of Crail #A45E52
Tints of Crail #A45E52
RGB
CMYK
RGB Variations
Color information
#A45E52 (or 0xA45E52) is known color: Crail. HEX triplet: A4, 5E and 52. RGB value is (164,94,82). Sum of RGB (Red+Green+Blue) = 164+94+82=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45E52 is #5BA1AD. Grayscale: #717171. Windows color (decimal): -6005166 or 5398180. OLE color: 5398180.
HSL color Cylindrical-coordinate representation of color #A45E52: hue angle of 8.78º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A45E52 is Cyan = 0, Magento = 0.43, Yellow = 0.5 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 94 | 82 | - |
| CMYK | 0 | 0.43 | 0.5 | 0.36 |
| HSL | 8.78º | 0.33% | 0.48% | - |
| HSV(B) | 8.78º | 0.5% | 0.64% | - |
| XYZ | 20.84 | 16.51 | 10.07 | - |
| YUV | 113.56 | 110.19 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 94 | 82 | 0 | 0.43 | 0.5 | 0.36 | 8.78 | 0.33 | 0.48 |
| Hex | A4 | 5E | 52 | 0 | 2B | 32 | 24 | 9 | 21 | 30 |
| Octal | 244 | 136 | 122 | 0 | 53 | 62 | 44 | 11 | 41 | 60 |
| Binary | 10100100 | 1011110 | 1010010 | 0 | 101011 | 110010 | 100100 | 1001 | 100001 | 110000 |
Color Harmonies of #A45E52
Complementary color
Monochromatic Colors of #A45E52
Black with #A45E52
Text Example
Text Example
White with #A45E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45E52; }
p { color: rgb(164,94,82); }
H1.HeaderClassName
{
color: #A45E52;
}
.AnyTagClassName
{
color: #A45E52;
}
</style>
background-color css
<style>
a { background-color: #A45E52; }
a { background-color: rgb(164,94,82); }
div.DivClassName
{
background-color: #A45E52;
}
.BgClassName
{
background-color: #A45E52;
}
</style>
border-color css
<style>
span { border-color: #A45E52; }
span { border-color: rgb(164,94,82); }
td.TdClassName
{
border-color: #A45E52;
}
.TagClassName
{
border-color: #A45E52;
}
</style>