Shades of Crail #A45A52
Tints of Crail #A45A52
RGB
CMYK
RGB Variations
Color information
#A45A52 (or 0xA45A52) is known color: Crail. HEX triplet: A4, 5A and 52. RGB value is (164,90,82). Sum of RGB (Red+Green+Blue) = 164+90+82=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45A52 is #5BA5AD. Grayscale: #6F6F6F. Windows color (decimal): -6006190 or 5397156. OLE color: 5397156.
HSL color Cylindrical-coordinate representation of color #A45A52: hue angle of 5.85º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A45A52 is Cyan = 0, Magento = 0.45, Yellow = 0.5 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 82 | - |
| CMYK | 0 | 0.45 | 0.5 | 0.36 |
| HSL | 5.85º | 0.33% | 0.48% | - |
| HSV(B) | 5.85º | 0.5% | 0.64% | - |
| XYZ | 20.49 | 15.81 | 9.96 | - |
| YUV | 111.21 | 111.52 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 82 | 0 | 0.45 | 0.5 | 0.36 | 5.85 | 0.33 | 0.48 |
| Hex | A4 | 5A | 52 | 0 | 2D | 32 | 24 | 6 | 21 | 30 |
| Octal | 244 | 132 | 122 | 0 | 55 | 62 | 44 | 6 | 41 | 60 |
| Binary | 10100100 | 1011010 | 1010010 | 0 | 101101 | 110010 | 100100 | 110 | 100001 | 110000 |
Color Harmonies of #A45A52
Complementary color
Monochromatic Colors of #A45A52
Black with #A45A52
Text Example
Text Example
White with #A45A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A52; }
p { color: rgb(164,90,82); }
H1.HeaderClassName
{
color: #A45A52;
}
.AnyTagClassName
{
color: #A45A52;
}
</style>
background-color css
<style>
a { background-color: #A45A52; }
a { background-color: rgb(164,90,82); }
div.DivClassName
{
background-color: #A45A52;
}
.BgClassName
{
background-color: #A45A52;
}
</style>
border-color css
<style>
span { border-color: #A45A52; }
span { border-color: rgb(164,90,82); }
td.TdClassName
{
border-color: #A45A52;
}
.TagClassName
{
border-color: #A45A52;
}
</style>