Shades of Crail #A5594B
Tints of Crail #A5594B
RGB
CMYK
RGB Variations
Color information
#A5594B (or 0xA5594B) is known color: Crail. HEX triplet: A5, 59 and 4B. RGB value is (165,89,75). Sum of RGB (Red+Green+Blue) = 165+89+75=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A5594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5594B is #5AA6B4. Grayscale: #6E6E6E. Windows color (decimal): -5940917 or 4938149. OLE color: 4938149.
HSL color Cylindrical-coordinate representation of color #A5594B: hue angle of 9.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5594B is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 89 | 75 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.35 |
| HSL | 9.33º | 0.38% | 0.47% | - |
| HSV(B) | 9.33º | 0.55% | 0.65% | - |
| XYZ | 20.36 | 15.65 | 8.6 | - |
| YUV | 110.13 | 108.18 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 75 | 0 | 0.46 | 0.55 | 0.35 | 9.33 | 0.38 | 0.47 |
| Hex | A5 | 59 | 4B | 0 | 2E | 37 | 23 | 9 | 26 | 2F |
| Octal | 245 | 131 | 113 | 0 | 56 | 67 | 43 | 11 | 46 | 57 |
| Binary | 10100101 | 1011001 | 1001011 | 0 | 101110 | 110111 | 100011 | 1001 | 100110 | 101111 |
Color Harmonies of #A5594B
Complementary color
Monochromatic Colors of #A5594B
Black with #A5594B
Text Example
Text Example
White with #A5594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5594B; }
p { color: rgb(165,89,75); }
H1.HeaderClassName
{
color: #A5594B;
}
.AnyTagClassName
{
color: #A5594B;
}
</style>
background-color css
<style>
a { background-color: #A5594B; }
a { background-color: rgb(165,89,75); }
div.DivClassName
{
background-color: #A5594B;
}
.BgClassName
{
background-color: #A5594B;
}
</style>
border-color css
<style>
span { border-color: #A5594B; }
span { border-color: rgb(165,89,75); }
td.TdClassName
{
border-color: #A5594B;
}
.TagClassName
{
border-color: #A5594B;
}
</style>