Shades of Crail #A75B51
Tints of Crail #A75B51
RGB
CMYK
RGB Variations
Color information
#A75B51 (or 0xA75B51) is known color: Crail. HEX triplet: A7, 5B and 51. RGB value is (167,91,81). Sum of RGB (Red+Green+Blue) = 167+91+81=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75B51 is #58A4AE. Grayscale: #707070. Windows color (decimal): -5809327 or 5331879. OLE color: 5331879.
HSL color Cylindrical-coordinate representation of color #A75B51: hue angle of 6.98º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A75B51 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 91 | 81 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.35 |
| HSL | 6.98º | 0.35% | 0.49% | - |
| HSV(B) | 6.98º | 0.51% | 0.65% | - |
| XYZ | 21.16 | 16.29 | 9.81 | - |
| YUV | 112.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 91 | 81 | 0 | 0.46 | 0.51 | 0.35 | 6.98 | 0.35 | 0.49 |
| Hex | A7 | 5B | 51 | 0 | 2E | 33 | 23 | 7 | 23 | 31 |
| Octal | 247 | 133 | 121 | 0 | 56 | 63 | 43 | 7 | 43 | 61 |
| Binary | 10100111 | 1011011 | 1010001 | 0 | 101110 | 110011 | 100011 | 111 | 100011 | 110001 |
Color Harmonies of #A75B51
Complementary color
Monochromatic Colors of #A75B51
Black with #A75B51
Text Example
Text Example
White with #A75B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75B51; }
p { color: rgb(167,91,81); }
H1.HeaderClassName
{
color: #A75B51;
}
.AnyTagClassName
{
color: #A75B51;
}
</style>
background-color css
<style>
a { background-color: #A75B51; }
a { background-color: rgb(167,91,81); }
div.DivClassName
{
background-color: #A75B51;
}
.BgClassName
{
background-color: #A75B51;
}
</style>
border-color css
<style>
span { border-color: #A75B51; }
span { border-color: rgb(167,91,81); }
td.TdClassName
{
border-color: #A75B51;
}
.TagClassName
{
border-color: #A75B51;
}
</style>