Shades of Crail #A45D4F
Tints of Crail #A45D4F
RGB
CMYK
RGB Variations
Color information
#A45D4F (or 0xA45D4F) is known color: Crail. HEX triplet: A4, 5D and 4F. RGB value is (164,93,79). Sum of RGB (Red+Green+Blue) = 164+93+79=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45D4F is #5BA2B0. Grayscale: #707070. Windows color (decimal): -6005425 or 5201316. OLE color: 5201316.
HSL color Cylindrical-coordinate representation of color #A45D4F: hue angle of 9.88º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A45D4F is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 93 | 79 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.36 |
| HSL | 9.88º | 0.35% | 0.48% | - |
| HSV(B) | 9.88º | 0.52% | 0.64% | - |
| XYZ | 20.64 | 16.29 | 9.45 | - |
| YUV | 112.63 | 109.02 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 79 | 0 | 0.43 | 0.52 | 0.36 | 9.88 | 0.35 | 0.48 |
| Hex | A4 | 5D | 4F | 0 | 2B | 34 | 24 | A | 23 | 30 |
| Octal | 244 | 135 | 117 | 0 | 53 | 64 | 44 | 12 | 43 | 60 |
| Binary | 10100100 | 1011101 | 1001111 | 0 | 101011 | 110100 | 100100 | 1010 | 100011 | 110000 |
Color Harmonies of #A45D4F
Complementary color
Monochromatic Colors of #A45D4F
Black with #A45D4F
Text Example
Text Example
White with #A45D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45D4F; }
p { color: rgb(164,93,79); }
H1.HeaderClassName
{
color: #A45D4F;
}
.AnyTagClassName
{
color: #A45D4F;
}
</style>
background-color css
<style>
a { background-color: #A45D4F; }
a { background-color: rgb(164,93,79); }
div.DivClassName
{
background-color: #A45D4F;
}
.BgClassName
{
background-color: #A45D4F;
}
</style>
border-color css
<style>
span { border-color: #A45D4F; }
span { border-color: rgb(164,93,79); }
td.TdClassName
{
border-color: #A45D4F;
}
.TagClassName
{
border-color: #A45D4F;
}
</style>