Shades of Fiery Orange #AF572E
Tints of Fiery Orange #AF572E
RGB
CMYK
RGB Variations
Color information
#AF572E (or 0xAF572E) is known color: Fiery Orange. HEX triplet: AF, 57 and 2E. RGB value is (175,87,46). Sum of RGB (Red+Green+Blue) = 175+87+46=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF572E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF572E is #50A8D1. Grayscale: #6C6C6C. Windows color (decimal): -5286098 or 3037103. OLE color: 3037103.
HSL color Cylindrical-coordinate representation of color #AF572E: hue angle of 19.07º degrees, saturation: 0.58, 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 #AF572E is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 46 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.31 |
| HSL | 19.07º | 0.58% | 0.43% | - |
| HSV(B) | 19.07º | 0.74% | 0.69% | - |
| XYZ | 21.58 | 16.13 | 4.56 | - |
| YUV | 108.64 | 92.65 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 46 | 0 | 0.50 | 0.74 | 0.31 | 19.07 | 0.58 | 0.43 |
| Hex | AF | 57 | 2E | 0 | 32 | 4A | 1F | 13 | 3A | 2B |
| Octal | 257 | 127 | 56 | 0 | 62 | 112 | 37 | 23 | 72 | 53 |
| Binary | 10101111 | 1010111 | 101110 | 0 | 110010 | 1001010 | 11111 | 10011 | 111010 | 101011 |
Color Harmonies of #AF572E
Complementary color
Monochromatic Colors of #AF572E
Black with #AF572E
Text Example
Text Example
White with #AF572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF572E; }
p { color: rgb(175,87,46); }
H1.HeaderClassName
{
color: #AF572E;
}
.AnyTagClassName
{
color: #AF572E;
}
</style>
background-color css
<style>
a { background-color: #AF572E; }
a { background-color: rgb(175,87,46); }
div.DivClassName
{
background-color: #AF572E;
}
.BgClassName
{
background-color: #AF572E;
}
</style>
border-color css
<style>
span { border-color: #AF572E; }
span { border-color: rgb(175,87,46); }
td.TdClassName
{
border-color: #AF572E;
}
.TagClassName
{
border-color: #AF572E;
}
</style>