Shades of Fiery Orange #AF592A
Tints of Fiery Orange #AF592A
RGB
CMYK
RGB Variations
Color information
#AF592A (or 0xAF592A) is known color: Fiery Orange. HEX triplet: AF, 59 and 2A. RGB value is (175,89,42). Sum of RGB (Red+Green+Blue) = 175+89+42=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF592A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF592A is #50A6D5. Grayscale: #6D6D6D. Windows color (decimal): -5285590 or 2775471. OLE color: 2775471.
HSL color Cylindrical-coordinate representation of color #AF592A: hue angle of 21.2º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF592A is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 89 | 42 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.31 |
| HSL | 21.2º | 0.61% | 0.43% | - |
| HSV(B) | 21.2º | 0.76% | 0.69% | - |
| XYZ | 21.67 | 16.43 | 4.22 | - |
| YUV | 109.36 | 89.99 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 42 | 0 | 0.49 | 0.76 | 0.31 | 21.2 | 0.61 | 0.43 |
| Hex | AF | 59 | 2A | 0 | 31 | 4C | 1F | 15 | 3D | 2B |
| Octal | 257 | 131 | 52 | 0 | 61 | 114 | 37 | 25 | 75 | 53 |
| Binary | 10101111 | 1011001 | 101010 | 0 | 110001 | 1001100 | 11111 | 10101 | 111101 | 101011 |
Color Harmonies of #AF592A
Complementary color
Monochromatic Colors of #AF592A
Black with #AF592A
Text Example
Text Example
White with #AF592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF592A; }
p { color: rgb(175,89,42); }
H1.HeaderClassName
{
color: #AF592A;
}
.AnyTagClassName
{
color: #AF592A;
}
</style>
background-color css
<style>
a { background-color: #AF592A; }
a { background-color: rgb(175,89,42); }
div.DivClassName
{
background-color: #AF592A;
}
.BgClassName
{
background-color: #AF592A;
}
</style>
border-color css
<style>
span { border-color: #AF592A; }
span { border-color: rgb(175,89,42); }
td.TdClassName
{
border-color: #AF592A;
}
.TagClassName
{
border-color: #AF592A;
}
</style>