Shades of Crail #A4533F
Tints of Crail #A4533F
RGB
CMYK
RGB Variations
Color information
#A4533F (or 0xA4533F) is known color: Crail. HEX triplet: A4, 53 and 3F. RGB value is (164,83,63). Sum of RGB (Red+Green+Blue) = 164+83+63=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A4533F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4533F is #5BACC0. Grayscale: #696969. Windows color (decimal): -6008001 or 4150180. OLE color: 4150180.
HSL color Cylindrical-coordinate representation of color #A4533F: hue angle of 11.88º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4533F is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 83 | 63 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.36 |
| HSL | 11.88º | 0.44% | 0.45% | - |
| HSV(B) | 11.88º | 0.62% | 0.64% | - |
| XYZ | 19.3 | 14.44 | 6.47 | - |
| YUV | 104.94 | 104.34 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 83 | 63 | 0 | 0.49 | 0.62 | 0.36 | 11.88 | 0.44 | 0.45 |
| Hex | A4 | 53 | 3F | 0 | 31 | 3E | 24 | C | 2C | 2D |
| Octal | 244 | 123 | 77 | 0 | 61 | 76 | 44 | 14 | 54 | 55 |
| Binary | 10100100 | 1010011 | 111111 | 0 | 110001 | 111110 | 100100 | 1100 | 101100 | 101101 |
Color Harmonies of #A4533F
Complementary color
Monochromatic Colors of #A4533F
Black with #A4533F
Text Example
Text Example
White with #A4533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4533F; }
p { color: rgb(164,83,63); }
H1.HeaderClassName
{
color: #A4533F;
}
.AnyTagClassName
{
color: #A4533F;
}
</style>
background-color css
<style>
a { background-color: #A4533F; }
a { background-color: rgb(164,83,63); }
div.DivClassName
{
background-color: #A4533F;
}
.BgClassName
{
background-color: #A4533F;
}
</style>
border-color css
<style>
span { border-color: #A4533F; }
span { border-color: rgb(164,83,63); }
td.TdClassName
{
border-color: #A4533F;
}
.TagClassName
{
border-color: #A4533F;
}
</style>