Shades of Crail #A75C4D
Tints of Crail #A75C4D
RGB
CMYK
RGB Variations
Color information
#A75C4D (or 0xA75C4D) is known color: Crail. HEX triplet: A7, 5C and 4D. RGB value is (167,92,77). Sum of RGB (Red+Green+Blue) = 167+92+77=336 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.70% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75C4D is #58A3B2. Grayscale: #707070. Windows color (decimal): -5809075 or 5069991. OLE color: 5069991.
HSL color Cylindrical-coordinate representation of color #A75C4D: hue angle of 10º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A75C4D is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 92 | 77 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.35 |
| HSL | 10º | 0.37% | 0.48% | - |
| HSV(B) | 10º | 0.54% | 0.65% | - |
| XYZ | 21.1 | 16.41 | 9.08 | - |
| YUV | 112.72 | 107.85 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 92 | 77 | 0 | 0.45 | 0.54 | 0.35 | 10 | 0.37 | 0.48 |
| Hex | A7 | 5C | 4D | 0 | 2D | 36 | 23 | A | 25 | 30 |
| Octal | 247 | 134 | 115 | 0 | 55 | 66 | 43 | 12 | 45 | 60 |
| Binary | 10100111 | 1011100 | 1001101 | 0 | 101101 | 110110 | 100011 | 1010 | 100101 | 110000 |
Color Harmonies of #A75C4D
Complementary color
Monochromatic Colors of #A75C4D
Black with #A75C4D
Text Example
Text Example
White with #A75C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75C4D; }
p { color: rgb(167,92,77); }
H1.HeaderClassName
{
color: #A75C4D;
}
.AnyTagClassName
{
color: #A75C4D;
}
</style>
background-color css
<style>
a { background-color: #A75C4D; }
a { background-color: rgb(167,92,77); }
div.DivClassName
{
background-color: #A75C4D;
}
.BgClassName
{
background-color: #A75C4D;
}
</style>
border-color css
<style>
span { border-color: #A75C4D; }
span { border-color: rgb(167,92,77); }
td.TdClassName
{
border-color: #A75C4D;
}
.TagClassName
{
border-color: #A75C4D;
}
</style>