Shades of Fiery Orange #A85A2A
Tints of Fiery Orange #A85A2A
RGB
CMYK
RGB Variations
Color information
#A85A2A (or 0xA85A2A) is known color: Fiery Orange. HEX triplet: A8, 5A and 2A. RGB value is (168,90,42). Sum of RGB (Red+Green+Blue) = 168+90+42=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85A2A is #57A5D5. Grayscale: #6C6C6C. Windows color (decimal): -5744086 or 2775720. OLE color: 2775720.
HSL color Cylindrical-coordinate representation of color #A85A2A: hue angle of 22.86º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A85A2A is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 90 | 42 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.34 |
| HSL | 22.86º | 0.6% | 0.41% | - |
| HSV(B) | 22.86º | 0.75% | 0.66% | - |
| XYZ | 20.22 | 15.8 | 4.18 | - |
| YUV | 107.85 | 90.84 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 42 | 0 | 0.46 | 0.75 | 0.34 | 22.86 | 0.6 | 0.41 |
| Hex | A8 | 5A | 2A | 0 | 2E | 4B | 22 | 17 | 3C | 29 |
| Octal | 250 | 132 | 52 | 0 | 56 | 113 | 42 | 27 | 74 | 51 |
| Binary | 10101000 | 1011010 | 101010 | 0 | 101110 | 1001011 | 100010 | 10111 | 111100 | 101001 |
Color Harmonies of #A85A2A
Complementary color
Monochromatic Colors of #A85A2A
Black with #A85A2A
Text Example
Text Example
White with #A85A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85A2A; }
p { color: rgb(168,90,42); }
H1.HeaderClassName
{
color: #A85A2A;
}
.AnyTagClassName
{
color: #A85A2A;
}
</style>
background-color css
<style>
a { background-color: #A85A2A; }
a { background-color: rgb(168,90,42); }
div.DivClassName
{
background-color: #A85A2A;
}
.BgClassName
{
background-color: #A85A2A;
}
</style>
border-color css
<style>
span { border-color: #A85A2A; }
span { border-color: rgb(168,90,42); }
td.TdClassName
{
border-color: #A85A2A;
}
.TagClassName
{
border-color: #A85A2A;
}
</style>