Shades of Fiery Orange #A8592B
Tints of Fiery Orange #A8592B
RGB
CMYK
RGB Variations
Color information
#A8592B (or 0xA8592B) is known color: Fiery Orange. HEX triplet: A8, 59 and 2B. RGB value is (168,89,43). Sum of RGB (Red+Green+Blue) = 168+89+43=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A8592B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8592B is #57A6D4. Grayscale: #6B6B6B. Windows color (decimal): -5744341 or 2841000. OLE color: 2841000.
HSL color Cylindrical-coordinate representation of color #A8592B: hue angle of 22.08º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8592B is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 43 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.34 |
| HSL | 22.08º | 0.59% | 0.41% | - |
| HSV(B) | 22.08º | 0.74% | 0.66% | - |
| XYZ | 20.16 | 15.64 | 4.24 | - |
| YUV | 107.38 | 91.67 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 43 | 0 | 0.47 | 0.74 | 0.34 | 22.08 | 0.59 | 0.41 |
| Hex | A8 | 59 | 2B | 0 | 2F | 4A | 22 | 16 | 3B | 29 |
| Octal | 250 | 131 | 53 | 0 | 57 | 112 | 42 | 26 | 73 | 51 |
| Binary | 10101000 | 1011001 | 101011 | 0 | 101111 | 1001010 | 100010 | 10110 | 111011 | 101001 |
Color Harmonies of #A8592B
Complementary color
Monochromatic Colors of #A8592B
Black with #A8592B
Text Example
Text Example
White with #A8592B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8592B; }
p { color: rgb(168,89,43); }
H1.HeaderClassName
{
color: #A8592B;
}
.AnyTagClassName
{
color: #A8592B;
}
</style>
background-color css
<style>
a { background-color: #A8592B; }
a { background-color: rgb(168,89,43); }
div.DivClassName
{
background-color: #A8592B;
}
.BgClassName
{
background-color: #A8592B;
}
</style>
border-color css
<style>
span { border-color: #A8592B; }
span { border-color: rgb(168,89,43); }
td.TdClassName
{
border-color: #A8592B;
}
.TagClassName
{
border-color: #A8592B;
}
</style>