Shades of Crail #A45D4A
Tints of Crail #A45D4A
RGB
CMYK
RGB Variations
Color information
#A45D4A (or 0xA45D4A) is known color: Crail. HEX triplet: A4, 5D and 4A. RGB value is (164,93,74). Sum of RGB (Red+Green+Blue) = 164+93+74=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45D4A is #5BA2B5. Grayscale: #707070. Windows color (decimal): -6005430 or 4873636. OLE color: 4873636.
HSL color Cylindrical-coordinate representation of color #A45D4A: hue angle of 12.67º 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 #A45D4A is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 93 | 74 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.36 |
| HSL | 12.67º | 0.38% | 0.47% | - |
| HSV(B) | 12.67º | 0.55% | 0.64% | - |
| XYZ | 20.46 | 16.22 | 8.53 | - |
| YUV | 112.06 | 106.52 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 74 | 0 | 0.43 | 0.55 | 0.36 | 12.67 | 0.38 | 0.47 |
| Hex | A4 | 5D | 4A | 0 | 2B | 37 | 24 | D | 26 | 2F |
| Octal | 244 | 135 | 112 | 0 | 53 | 67 | 44 | 15 | 46 | 57 |
| Binary | 10100100 | 1011101 | 1001010 | 0 | 101011 | 110111 | 100100 | 1101 | 100110 | 101111 |
Color Harmonies of #A45D4A
Complementary color
Monochromatic Colors of #A45D4A
Black with #A45D4A
Text Example
Text Example
White with #A45D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45D4A; }
p { color: rgb(164,93,74); }
H1.HeaderClassName
{
color: #A45D4A;
}
.AnyTagClassName
{
color: #A45D4A;
}
</style>
background-color css
<style>
a { background-color: #A45D4A; }
a { background-color: rgb(164,93,74); }
div.DivClassName
{
background-color: #A45D4A;
}
.BgClassName
{
background-color: #A45D4A;
}
</style>
border-color css
<style>
span { border-color: #A45D4A; }
span { border-color: rgb(164,93,74); }
td.TdClassName
{
border-color: #A45D4A;
}
.TagClassName
{
border-color: #A45D4A;
}
</style>