Shades of Crail #A45A45
Tints of Crail #A45A45
RGB
CMYK
RGB Variations
Color information
#A45A45 (or 0xA45A45) is known color: Crail. HEX triplet: A4, 5A and 45. RGB value is (164,90,69). Sum of RGB (Red+Green+Blue) = 164+90+69=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45A45 is #5BA5BA. Grayscale: #6D6D6D. Windows color (decimal): -6006203 or 4545188. OLE color: 4545188.
HSL color Cylindrical-coordinate representation of color #A45A45: hue angle of 13.26º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A45A45 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 69 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.36 |
| HSL | 13.26º | 0.41% | 0.46% | - |
| HSV(B) | 13.26º | 0.58% | 0.64% | - |
| XYZ | 20.04 | 15.63 | 7.59 | - |
| YUV | 109.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 69 | 0 | 0.45 | 0.58 | 0.36 | 13.26 | 0.41 | 0.46 |
| Hex | A4 | 5A | 45 | 0 | 2D | 3A | 24 | D | 29 | 2E |
| Octal | 244 | 132 | 105 | 0 | 55 | 72 | 44 | 15 | 51 | 56 |
| Binary | 10100100 | 1011010 | 1000101 | 0 | 101101 | 111010 | 100100 | 1101 | 101001 | 101110 |
Color Harmonies of #A45A45
Complementary color
Monochromatic Colors of #A45A45
Black with #A45A45
Text Example
Text Example
White with #A45A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A45; }
p { color: rgb(164,90,69); }
H1.HeaderClassName
{
color: #A45A45;
}
.AnyTagClassName
{
color: #A45A45;
}
</style>
background-color css
<style>
a { background-color: #A45A45; }
a { background-color: rgb(164,90,69); }
div.DivClassName
{
background-color: #A45A45;
}
.BgClassName
{
background-color: #A45A45;
}
</style>
border-color css
<style>
span { border-color: #A45A45; }
span { border-color: rgb(164,90,69); }
td.TdClassName
{
border-color: #A45A45;
}
.TagClassName
{
border-color: #A45A45;
}
</style>