Shades of Fiery Orange #A95C2B
Tints of Fiery Orange #A95C2B
RGB
CMYK
RGB Variations
Color information
#A95C2B (or 0xA95C2B) is known color: Fiery Orange. HEX triplet: A9, 5C and 2B. RGB value is (169,92,43). Sum of RGB (Red+Green+Blue) = 169+92+43=304 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.59% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95C2B is #56A3D4. Grayscale: #6D6D6D. Windows color (decimal): -5678037 or 2841769. OLE color: 2841769.
HSL color Cylindrical-coordinate representation of color #A95C2B: hue angle of 23.33º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A95C2B is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 92 | 43 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.34 |
| HSL | 23.33º | 0.59% | 0.42% | - |
| HSV(B) | 23.33º | 0.75% | 0.66% | - |
| XYZ | 20.63 | 16.26 | 4.34 | - |
| YUV | 109.44 | 90.51 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 92 | 43 | 0 | 0.46 | 0.75 | 0.34 | 23.33 | 0.59 | 0.42 |
| Hex | A9 | 5C | 2B | 0 | 2E | 4B | 22 | 17 | 3B | 2A |
| Octal | 251 | 134 | 53 | 0 | 56 | 113 | 42 | 27 | 73 | 52 |
| Binary | 10101001 | 1011100 | 101011 | 0 | 101110 | 1001011 | 100010 | 10111 | 111011 | 101010 |
Color Harmonies of #A95C2B
Complementary color
Monochromatic Colors of #A95C2B
Black with #A95C2B
Text Example
Text Example
White with #A95C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95C2B; }
p { color: rgb(169,92,43); }
H1.HeaderClassName
{
color: #A95C2B;
}
.AnyTagClassName
{
color: #A95C2B;
}
</style>
background-color css
<style>
a { background-color: #A95C2B; }
a { background-color: rgb(169,92,43); }
div.DivClassName
{
background-color: #A95C2B;
}
.BgClassName
{
background-color: #A95C2B;
}
</style>
border-color css
<style>
span { border-color: #A95C2B; }
span { border-color: rgb(169,92,43); }
td.TdClassName
{
border-color: #A95C2B;
}
.TagClassName
{
border-color: #A95C2B;
}
</style>