Shades of Crail #A75A45
Tints of Crail #A75A45
RGB
CMYK
RGB Variations
Color information
#A75A45 (or 0xA75A45) is known color: Crail. HEX triplet: A7, 5A and 45. RGB value is (167,90,69). Sum of RGB (Red+Green+Blue) = 167+90+69=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75A45 is #58A5BA. Grayscale: #6E6E6E. Windows color (decimal): -5809595 or 4545191. OLE color: 4545191.
HSL color Cylindrical-coordinate representation of color #A75A45: hue angle of 12.86º 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 #A75A45 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 90 | 69 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.35 |
| HSL | 12.86º | 0.42% | 0.46% | - |
| HSV(B) | 12.86º | 0.59% | 0.65% | - |
| XYZ | 20.67 | 15.96 | 7.62 | - |
| YUV | 110.63 | 104.51 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 90 | 69 | 0 | 0.46 | 0.59 | 0.35 | 12.86 | 0.42 | 0.46 |
| Hex | A7 | 5A | 45 | 0 | 2E | 3B | 23 | D | 2A | 2E |
| Octal | 247 | 132 | 105 | 0 | 56 | 73 | 43 | 15 | 52 | 56 |
| Binary | 10100111 | 1011010 | 1000101 | 0 | 101110 | 111011 | 100011 | 1101 | 101010 | 101110 |
Color Harmonies of #A75A45
Complementary color
Monochromatic Colors of #A75A45
Black with #A75A45
Text Example
Text Example
White with #A75A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75A45; }
p { color: rgb(167,90,69); }
H1.HeaderClassName
{
color: #A75A45;
}
.AnyTagClassName
{
color: #A75A45;
}
</style>
background-color css
<style>
a { background-color: #A75A45; }
a { background-color: rgb(167,90,69); }
div.DivClassName
{
background-color: #A75A45;
}
.BgClassName
{
background-color: #A75A45;
}
</style>
border-color css
<style>
span { border-color: #A75A45; }
span { border-color: rgb(167,90,69); }
td.TdClassName
{
border-color: #A75A45;
}
.TagClassName
{
border-color: #A75A45;
}
</style>