Shades of Crail #AE533F
Tints of Crail #AE533F
RGB
CMYK
RGB Variations
Color information
#AE533F (or 0xAE533F) is known color: Crail. HEX triplet: AE, 53 and 3F. RGB value is (174,83,63). Sum of RGB (Red+Green+Blue) = 174+83+63=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE533F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE533F is #51ACC0. Grayscale: #6C6C6C. Windows color (decimal): -5352641 or 4150190. OLE color: 4150190.
HSL color Cylindrical-coordinate representation of color #AE533F: hue angle of 10.81º 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 #AE533F is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 83 | 63 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.32 |
| HSL | 10.81º | 0.47% | 0.46% | - |
| HSV(B) | 10.81º | 0.64% | 0.68% | - |
| XYZ | 21.45 | 15.54 | 6.57 | - |
| YUV | 107.93 | 102.65 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 83 | 63 | 0 | 0.52 | 0.64 | 0.32 | 10.81 | 0.47 | 0.46 |
| Hex | AE | 53 | 3F | 0 | 34 | 40 | 20 | B | 2F | 2E |
| Octal | 256 | 123 | 77 | 0 | 64 | 100 | 40 | 13 | 57 | 56 |
| Binary | 10101110 | 1010011 | 111111 | 0 | 110100 | 1000000 | 100000 | 1011 | 101111 | 101110 |
Color Harmonies of #AE533F
Complementary color
Monochromatic Colors of #AE533F
Black with #AE533F
Text Example
Text Example
White with #AE533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE533F; }
p { color: rgb(174,83,63); }
H1.HeaderClassName
{
color: #AE533F;
}
.AnyTagClassName
{
color: #AE533F;
}
</style>
background-color css
<style>
a { background-color: #AE533F; }
a { background-color: rgb(174,83,63); }
div.DivClassName
{
background-color: #AE533F;
}
.BgClassName
{
background-color: #AE533F;
}
</style>
border-color css
<style>
span { border-color: #AE533F; }
span { border-color: rgb(174,83,63); }
td.TdClassName
{
border-color: #AE533F;
}
.TagClassName
{
border-color: #AE533F;
}
</style>