Shades of Fiery Orange #A85C2E
Tints of Fiery Orange #A85C2E
RGB
CMYK
RGB Variations
Color information
#A85C2E (or 0xA85C2E) is known color: Fiery Orange. HEX triplet: A8, 5C and 2E. RGB value is (168,92,46). Sum of RGB (Red+Green+Blue) = 168+92+46=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85C2E is #57A3D1. Grayscale: #6D6D6D. Windows color (decimal): -5743570 or 3038376. OLE color: 3038376.
HSL color Cylindrical-coordinate representation of color #A85C2E: hue angle of 22.62º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A85C2E is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 92 | 46 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.34 |
| HSL | 22.62º | 0.57% | 0.42% | - |
| HSV(B) | 22.62º | 0.73% | 0.66% | - |
| XYZ | 20.47 | 16.18 | 4.63 | - |
| YUV | 109.48 | 92.18 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 92 | 46 | 0 | 0.45 | 0.73 | 0.34 | 22.62 | 0.57 | 0.42 |
| Hex | A8 | 5C | 2E | 0 | 2D | 49 | 22 | 17 | 39 | 2A |
| Octal | 250 | 134 | 56 | 0 | 55 | 111 | 42 | 27 | 71 | 52 |
| Binary | 10101000 | 1011100 | 101110 | 0 | 101101 | 1001001 | 100010 | 10111 | 111001 | 101010 |
Color Harmonies of #A85C2E
Complementary color
Monochromatic Colors of #A85C2E
Black with #A85C2E
Text Example
Text Example
White with #A85C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85C2E; }
p { color: rgb(168,92,46); }
H1.HeaderClassName
{
color: #A85C2E;
}
.AnyTagClassName
{
color: #A85C2E;
}
</style>
background-color css
<style>
a { background-color: #A85C2E; }
a { background-color: rgb(168,92,46); }
div.DivClassName
{
background-color: #A85C2E;
}
.BgClassName
{
background-color: #A85C2E;
}
</style>
border-color css
<style>
span { border-color: #A85C2E; }
span { border-color: rgb(168,92,46); }
td.TdClassName
{
border-color: #A85C2E;
}
.TagClassName
{
border-color: #A85C2E;
}
</style>