Shades of Fiery Orange #AE5A30
Tints of Fiery Orange #AE5A30
RGB
CMYK
RGB Variations
Color information
#AE5A30 (or 0xAE5A30) is known color: Fiery Orange. HEX triplet: AE, 5A and 30. RGB value is (174,90,48). Sum of RGB (Red+Green+Blue) = 174+90+48=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5A30 is #51A5CF. Grayscale: #6E6E6E. Windows color (decimal): -5350864 or 3168942. OLE color: 3168942.
HSL color Cylindrical-coordinate representation of color #AE5A30: hue angle of 20º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE5A30 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 90 | 48 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.32 |
| HSL | 20º | 0.57% | 0.44% | - |
| HSV(B) | 20º | 0.72% | 0.68% | - |
| XYZ | 21.65 | 16.52 | 4.85 | - |
| YUV | 110.33 | 92.83 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 90 | 48 | 0 | 0.48 | 0.72 | 0.32 | 20 | 0.57 | 0.44 |
| Hex | AE | 5A | 30 | 0 | 30 | 48 | 20 | 14 | 39 | 2C |
| Octal | 256 | 132 | 60 | 0 | 60 | 110 | 40 | 24 | 71 | 54 |
| Binary | 10101110 | 1011010 | 110000 | 0 | 110000 | 1001000 | 100000 | 10100 | 111001 | 101100 |
Color Harmonies of #AE5A30
Complementary color
Monochromatic Colors of #AE5A30
Black with #AE5A30
Text Example
Text Example
White with #AE5A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5A30; }
p { color: rgb(174,90,48); }
H1.HeaderClassName
{
color: #AE5A30;
}
.AnyTagClassName
{
color: #AE5A30;
}
</style>
background-color css
<style>
a { background-color: #AE5A30; }
a { background-color: rgb(174,90,48); }
div.DivClassName
{
background-color: #AE5A30;
}
.BgClassName
{
background-color: #AE5A30;
}
</style>
border-color css
<style>
span { border-color: #AE5A30; }
span { border-color: rgb(174,90,48); }
td.TdClassName
{
border-color: #AE5A30;
}
.TagClassName
{
border-color: #AE5A30;
}
</style>