Shades of Fiery Orange #AE572B
Tints of Fiery Orange #AE572B
RGB
CMYK
RGB Variations
Color information
#AE572B (or 0xAE572B) is known color: Fiery Orange. HEX triplet: AE, 57 and 2B. RGB value is (174,87,43). Sum of RGB (Red+Green+Blue) = 174+87+43=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE572B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE572B is #51A8D4. Grayscale: #6C6C6C. Windows color (decimal): -5351637 or 2840494. OLE color: 2840494.
HSL color Cylindrical-coordinate representation of color #AE572B: hue angle of 20.15º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE572B is Cyan = 0, Magento = 0.5, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 87 | 43 | - |
| CMYK | 0 | 0.5 | 0.75 | 0.32 |
| HSL | 20.15º | 0.6% | 0.43% | - |
| HSV(B) | 20.15º | 0.75% | 0.68% | - |
| XYZ | 21.3 | 15.99 | 4.25 | - |
| YUV | 108 | 91.32 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 87 | 43 | 0 | 0.5 | 0.75 | 0.32 | 20.15 | 0.6 | 0.43 |
| Hex | AE | 57 | 2B | 0 | 32 | 4B | 20 | 14 | 3C | 2B |
| Octal | 256 | 127 | 53 | 0 | 62 | 113 | 40 | 24 | 74 | 53 |
| Binary | 10101110 | 1010111 | 101011 | 0 | 110010 | 1001011 | 100000 | 10100 | 111100 | 101011 |
Color Harmonies of #AE572B
Complementary color
Monochromatic Colors of #AE572B
Black with #AE572B
Text Example
Text Example
White with #AE572B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE572B; }
p { color: rgb(174,87,43); }
H1.HeaderClassName
{
color: #AE572B;
}
.AnyTagClassName
{
color: #AE572B;
}
</style>
background-color css
<style>
a { background-color: #AE572B; }
a { background-color: rgb(174,87,43); }
div.DivClassName
{
background-color: #AE572B;
}
.BgClassName
{
background-color: #AE572B;
}
</style>
border-color css
<style>
span { border-color: #AE572B; }
span { border-color: rgb(174,87,43); }
td.TdClassName
{
border-color: #AE572B;
}
.TagClassName
{
border-color: #AE572B;
}
</style>