Shades of Crail #AE543F
Tints of Crail #AE543F
RGB
CMYK
RGB Variations
Color information
#AE543F (or 0xAE543F) is known color: Crail. HEX triplet: AE, 54 and 3F. RGB value is (174,84,63). Sum of RGB (Red+Green+Blue) = 174+84+63=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE543F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE543F is #51ABC0. Grayscale: #6C6C6C. Windows color (decimal): -5352385 or 4150446. OLE color: 4150446.
HSL color Cylindrical-coordinate representation of color #AE543F: hue angle of 11.35º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE543F is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 84 | 63 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.32 |
| HSL | 11.35º | 0.47% | 0.46% | - |
| HSV(B) | 11.35º | 0.64% | 0.68% | - |
| XYZ | 21.52 | 15.7 | 6.6 | - |
| YUV | 108.52 | 102.32 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 63 | 0 | 0.52 | 0.64 | 0.32 | 11.35 | 0.47 | 0.46 |
| Hex | AE | 54 | 3F | 0 | 34 | 40 | 20 | B | 2F | 2E |
| Octal | 256 | 124 | 77 | 0 | 64 | 100 | 40 | 13 | 57 | 56 |
| Binary | 10101110 | 1010100 | 111111 | 0 | 110100 | 1000000 | 100000 | 1011 | 101111 | 101110 |
Color Harmonies of #AE543F
Complementary color
Monochromatic Colors of #AE543F
Black with #AE543F
Text Example
Text Example
White with #AE543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE543F; }
p { color: rgb(174,84,63); }
H1.HeaderClassName
{
color: #AE543F;
}
.AnyTagClassName
{
color: #AE543F;
}
</style>
background-color css
<style>
a { background-color: #AE543F; }
a { background-color: rgb(174,84,63); }
div.DivClassName
{
background-color: #AE543F;
}
.BgClassName
{
background-color: #AE543F;
}
</style>
border-color css
<style>
span { border-color: #AE543F; }
span { border-color: rgb(174,84,63); }
td.TdClassName
{
border-color: #AE543F;
}
.TagClassName
{
border-color: #AE543F;
}
</style>