Shades of Fiery Orange #A95C2E
Tints of Fiery Orange #A95C2E
RGB
CMYK
RGB Variations
Color information
#A95C2E (or 0xA95C2E) is known color: Fiery Orange. HEX triplet: A9, 5C and 2E. RGB value is (169,92,46). Sum of RGB (Red+Green+Blue) = 169+92+46=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95C2E is #56A3D1. Grayscale: #6E6E6E. Windows color (decimal): -5678034 or 3038377. OLE color: 3038377.
HSL color Cylindrical-coordinate representation of color #A95C2E: hue angle of 22.44º 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 #A95C2E is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 92 | 46 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.34 |
| HSL | 22.44º | 0.57% | 0.42% | - |
| HSV(B) | 22.44º | 0.73% | 0.66% | - |
| XYZ | 20.68 | 16.29 | 4.64 | - |
| YUV | 109.78 | 92.01 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 92 | 46 | 0 | 0.46 | 0.73 | 0.34 | 22.44 | 0.57 | 0.42 |
| Hex | A9 | 5C | 2E | 0 | 2E | 49 | 22 | 16 | 39 | 2A |
| Octal | 251 | 134 | 56 | 0 | 56 | 111 | 42 | 26 | 71 | 52 |
| Binary | 10101001 | 1011100 | 101110 | 0 | 101110 | 1001001 | 100010 | 10110 | 111001 | 101010 |
Color Harmonies of #A95C2E
Complementary color
Monochromatic Colors of #A95C2E
Black with #A95C2E
Text Example
Text Example
White with #A95C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95C2E; }
p { color: rgb(169,92,46); }
H1.HeaderClassName
{
color: #A95C2E;
}
.AnyTagClassName
{
color: #A95C2E;
}
</style>
background-color css
<style>
a { background-color: #A95C2E; }
a { background-color: rgb(169,92,46); }
div.DivClassName
{
background-color: #A95C2E;
}
.BgClassName
{
background-color: #A95C2E;
}
</style>
border-color css
<style>
span { border-color: #A95C2E; }
span { border-color: rgb(169,92,46); }
td.TdClassName
{
border-color: #A95C2E;
}
.TagClassName
{
border-color: #A95C2E;
}
</style>