Shades of Fiery Orange #A85A2D
Tints of Fiery Orange #A85A2D
RGB
CMYK
RGB Variations
Color information
#A85A2D (or 0xA85A2D) is known color: Fiery Orange. HEX triplet: A8, 5A and 2D. RGB value is (168,90,45). Sum of RGB (Red+Green+Blue) = 168+90+45=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85A2D is #57A5D2. Grayscale: #6C6C6C. Windows color (decimal): -5744083 or 2972328. OLE color: 2972328.
HSL color Cylindrical-coordinate representation of color #A85A2D: hue angle of 21.95º degrees, saturation: 0.58, 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 #A85A2D is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 90 | 45 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.34 |
| HSL | 21.95º | 0.58% | 0.42% | - |
| HSV(B) | 21.95º | 0.73% | 0.66% | - |
| XYZ | 20.28 | 15.83 | 4.47 | - |
| YUV | 108.19 | 92.34 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 45 | 0 | 0.46 | 0.73 | 0.34 | 21.95 | 0.58 | 0.42 |
| Hex | A8 | 5A | 2D | 0 | 2E | 49 | 22 | 16 | 3A | 2A |
| Octal | 250 | 132 | 55 | 0 | 56 | 111 | 42 | 26 | 72 | 52 |
| Binary | 10101000 | 1011010 | 101101 | 0 | 101110 | 1001001 | 100010 | 10110 | 111010 | 101010 |
Color Harmonies of #A85A2D
Complementary color
Monochromatic Colors of #A85A2D
Black with #A85A2D
Text Example
Text Example
White with #A85A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85A2D; }
p { color: rgb(168,90,45); }
H1.HeaderClassName
{
color: #A85A2D;
}
.AnyTagClassName
{
color: #A85A2D;
}
</style>
background-color css
<style>
a { background-color: #A85A2D; }
a { background-color: rgb(168,90,45); }
div.DivClassName
{
background-color: #A85A2D;
}
.BgClassName
{
background-color: #A85A2D;
}
</style>
border-color css
<style>
span { border-color: #A85A2D; }
span { border-color: rgb(168,90,45); }
td.TdClassName
{
border-color: #A85A2D;
}
.TagClassName
{
border-color: #A85A2D;
}
</style>