Shades of Fiery Orange #AF592D
Tints of Fiery Orange #AF592D
RGB
CMYK
RGB Variations
Color information
#AF592D (or 0xAF592D) is known color: Fiery Orange. HEX triplet: AF, 59 and 2D. RGB value is (175,89,45). Sum of RGB (Red+Green+Blue) = 175+89+45=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF592D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF592D is #50A6D2. Grayscale: #6D6D6D. Windows color (decimal): -5285587 or 2972079. OLE color: 2972079.
HSL color Cylindrical-coordinate representation of color #AF592D: hue angle of 20.31º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF592D is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 89 | 45 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.31 |
| HSL | 20.31º | 0.59% | 0.43% | - |
| HSV(B) | 20.31º | 0.74% | 0.69% | - |
| XYZ | 21.73 | 16.45 | 4.51 | - |
| YUV | 109.7 | 91.49 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 45 | 0 | 0.49 | 0.74 | 0.31 | 20.31 | 0.59 | 0.43 |
| Hex | AF | 59 | 2D | 0 | 31 | 4A | 1F | 14 | 3B | 2B |
| Octal | 257 | 131 | 55 | 0 | 61 | 112 | 37 | 24 | 73 | 53 |
| Binary | 10101111 | 1011001 | 101101 | 0 | 110001 | 1001010 | 11111 | 10100 | 111011 | 101011 |
Color Harmonies of #AF592D
Complementary color
Monochromatic Colors of #AF592D
Black with #AF592D
Text Example
Text Example
White with #AF592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF592D; }
p { color: rgb(175,89,45); }
H1.HeaderClassName
{
color: #AF592D;
}
.AnyTagClassName
{
color: #AF592D;
}
</style>
background-color css
<style>
a { background-color: #AF592D; }
a { background-color: rgb(175,89,45); }
div.DivClassName
{
background-color: #AF592D;
}
.BgClassName
{
background-color: #AF592D;
}
</style>
border-color css
<style>
span { border-color: #AF592D; }
span { border-color: rgb(175,89,45); }
td.TdClassName
{
border-color: #AF592D;
}
.TagClassName
{
border-color: #AF592D;
}
</style>