Shades of Fiery Orange #A85C2F
Tints of Fiery Orange #A85C2F
RGB
CMYK
RGB Variations
Color information
#A85C2F (or 0xA85C2F) is known color: Fiery Orange. HEX triplet: A8, 5C and 2F. RGB value is (168,92,47). Sum of RGB (Red+Green+Blue) = 168+92+47=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85C2F is #57A3D0. Grayscale: #6D6D6D. Windows color (decimal): -5743569 or 3103912. OLE color: 3103912.
HSL color Cylindrical-coordinate representation of color #A85C2F: hue angle of 22.31º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A85C2F is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 92 | 47 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.34 |
| HSL | 22.31º | 0.56% | 0.42% | - |
| HSV(B) | 22.31º | 0.72% | 0.66% | - |
| XYZ | 20.49 | 16.18 | 4.73 | - |
| YUV | 109.59 | 92.68 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 92 | 47 | 0 | 0.45 | 0.72 | 0.34 | 22.31 | 0.56 | 0.42 |
| Hex | A8 | 5C | 2F | 0 | 2D | 48 | 22 | 16 | 38 | 2A |
| Octal | 250 | 134 | 57 | 0 | 55 | 110 | 42 | 26 | 70 | 52 |
| Binary | 10101000 | 1011100 | 101111 | 0 | 101101 | 1001000 | 100010 | 10110 | 111000 | 101010 |
Color Harmonies of #A85C2F
Complementary color
Monochromatic Colors of #A85C2F
Black with #A85C2F
Text Example
Text Example
White with #A85C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85C2F; }
p { color: rgb(168,92,47); }
H1.HeaderClassName
{
color: #A85C2F;
}
.AnyTagClassName
{
color: #A85C2F;
}
</style>
background-color css
<style>
a { background-color: #A85C2F; }
a { background-color: rgb(168,92,47); }
div.DivClassName
{
background-color: #A85C2F;
}
.BgClassName
{
background-color: #A85C2F;
}
</style>
border-color css
<style>
span { border-color: #A85C2F; }
span { border-color: rgb(168,92,47); }
td.TdClassName
{
border-color: #A85C2F;
}
.TagClassName
{
border-color: #A85C2F;
}
</style>