Shades of Crail #A45C4A
Tints of Crail #A45C4A
RGB
CMYK
RGB Variations
Color information
#A45C4A (or 0xA45C4A) is known color: Crail. HEX triplet: A4, 5C and 4A. RGB value is (164,92,74). Sum of RGB (Red+Green+Blue) = 164+92+74=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45C4A is #5BA3B5. Grayscale: #6F6F6F. Windows color (decimal): -6005686 or 4873380. OLE color: 4873380.
HSL color Cylindrical-coordinate representation of color #A45C4A: hue angle of 12º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A45C4A is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 92 | 74 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.36 |
| HSL | 12º | 0.38% | 0.47% | - |
| HSV(B) | 12º | 0.55% | 0.64% | - |
| XYZ | 20.37 | 16.04 | 8.5 | - |
| YUV | 111.48 | 106.85 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 92 | 74 | 0 | 0.44 | 0.55 | 0.36 | 12 | 0.38 | 0.47 |
| Hex | A4 | 5C | 4A | 0 | 2C | 37 | 24 | C | 26 | 2F |
| Octal | 244 | 134 | 112 | 0 | 54 | 67 | 44 | 14 | 46 | 57 |
| Binary | 10100100 | 1011100 | 1001010 | 0 | 101100 | 110111 | 100100 | 1100 | 100110 | 101111 |
Color Harmonies of #A45C4A
Complementary color
Monochromatic Colors of #A45C4A
Black with #A45C4A
Text Example
Text Example
White with #A45C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45C4A; }
p { color: rgb(164,92,74); }
H1.HeaderClassName
{
color: #A45C4A;
}
.AnyTagClassName
{
color: #A45C4A;
}
</style>
background-color css
<style>
a { background-color: #A45C4A; }
a { background-color: rgb(164,92,74); }
div.DivClassName
{
background-color: #A45C4A;
}
.BgClassName
{
background-color: #A45C4A;
}
</style>
border-color css
<style>
span { border-color: #A45C4A; }
span { border-color: rgb(164,92,74); }
td.TdClassName
{
border-color: #A45C4A;
}
.TagClassName
{
border-color: #A45C4A;
}
</style>