Shades of Crail #A45548
Tints of Crail #A45548
RGB
CMYK
RGB Variations
Color information
#A45548 (or 0xA45548) is known color: Crail. HEX triplet: A4, 55 and 48. RGB value is (164,85,72). Sum of RGB (Red+Green+Blue) = 164+85+72=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A45548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45548 is #5BAAB7. Grayscale: #6B6B6B. Windows color (decimal): -6007480 or 4740516. OLE color: 4740516.
HSL color Cylindrical-coordinate representation of color #A45548: hue angle of 8.48º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A45548 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 85 | 72 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.36 |
| HSL | 8.48º | 0.39% | 0.46% | - |
| HSV(B) | 8.48º | 0.56% | 0.64% | - |
| XYZ | 19.73 | 14.86 | 7.96 | - |
| YUV | 107.14 | 108.17 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 85 | 72 | 0 | 0.48 | 0.56 | 0.36 | 8.48 | 0.39 | 0.46 |
| Hex | A4 | 55 | 48 | 0 | 30 | 38 | 24 | 8 | 27 | 2E |
| Octal | 244 | 125 | 110 | 0 | 60 | 70 | 44 | 10 | 47 | 56 |
| Binary | 10100100 | 1010101 | 1001000 | 0 | 110000 | 111000 | 100100 | 1000 | 100111 | 101110 |
Color Harmonies of #A45548
Complementary color
Monochromatic Colors of #A45548
Black with #A45548
Text Example
Text Example
White with #A45548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45548; }
p { color: rgb(164,85,72); }
H1.HeaderClassName
{
color: #A45548;
}
.AnyTagClassName
{
color: #A45548;
}
</style>
background-color css
<style>
a { background-color: #A45548; }
a { background-color: rgb(164,85,72); }
div.DivClassName
{
background-color: #A45548;
}
.BgClassName
{
background-color: #A45548;
}
</style>
border-color css
<style>
span { border-color: #A45548; }
span { border-color: rgb(164,85,72); }
td.TdClassName
{
border-color: #A45548;
}
.TagClassName
{
border-color: #A45548;
}
</style>