Shades of Crail #A75345
Tints of Crail #A75345
RGB
CMYK
RGB Variations
Color information
#A75345 (or 0xA75345) is known color: Crail. HEX triplet: A7, 53 and 45. RGB value is (167,83,69). Sum of RGB (Red+Green+Blue) = 167+83+69=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A75345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75345 is #58ACBA. Grayscale: #6A6A6A. Windows color (decimal): -5811387 or 4543399. OLE color: 4543399.
HSL color Cylindrical-coordinate representation of color #A75345: hue angle of 8.57º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A75345 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 83 | 69 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.35 |
| HSL | 8.57º | 0.42% | 0.46% | - |
| HSV(B) | 8.57º | 0.59% | 0.65% | - |
| XYZ | 20.1 | 14.83 | 7.43 | - |
| YUV | 106.52 | 106.83 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 83 | 69 | 0 | 0.50 | 0.59 | 0.35 | 8.57 | 0.42 | 0.46 |
| Hex | A7 | 53 | 45 | 0 | 32 | 3B | 23 | 9 | 2A | 2E |
| Octal | 247 | 123 | 105 | 0 | 62 | 73 | 43 | 11 | 52 | 56 |
| Binary | 10100111 | 1010011 | 1000101 | 0 | 110010 | 111011 | 100011 | 1001 | 101010 | 101110 |
Color Harmonies of #A75345
Complementary color
Monochromatic Colors of #A75345
Black with #A75345
Text Example
Text Example
White with #A75345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75345; }
p { color: rgb(167,83,69); }
H1.HeaderClassName
{
color: #A75345;
}
.AnyTagClassName
{
color: #A75345;
}
</style>
background-color css
<style>
a { background-color: #A75345; }
a { background-color: rgb(167,83,69); }
div.DivClassName
{
background-color: #A75345;
}
.BgClassName
{
background-color: #A75345;
}
</style>
border-color css
<style>
span { border-color: #A75345; }
span { border-color: rgb(167,83,69); }
td.TdClassName
{
border-color: #A75345;
}
.TagClassName
{
border-color: #A75345;
}
</style>