Shades of Fiery Orange #AF562F
Tints of Fiery Orange #AF562F
RGB
CMYK
RGB Variations
Color information
#AF562F (or 0xAF562F) is known color: Fiery Orange. HEX triplet: AF, 56 and 2F. RGB value is (175,86,47). Sum of RGB (Red+Green+Blue) = 175+86+47=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF562F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF562F is #50A9D0. Grayscale: #6C6C6C. Windows color (decimal): -5286353 or 3102383. OLE color: 3102383.
HSL color Cylindrical-coordinate representation of color #AF562F: hue angle of 18.28º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF562F is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 86 | 47 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.31 |
| HSL | 18.28º | 0.58% | 0.44% | - |
| HSV(B) | 18.28º | 0.73% | 0.69% | - |
| XYZ | 21.52 | 15.97 | 4.64 | - |
| YUV | 108.17 | 93.49 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 47 | 0 | 0.51 | 0.73 | 0.31 | 18.28 | 0.58 | 0.44 |
| Hex | AF | 56 | 2F | 0 | 33 | 49 | 1F | 12 | 3A | 2C |
| Octal | 257 | 126 | 57 | 0 | 63 | 111 | 37 | 22 | 72 | 54 |
| Binary | 10101111 | 1010110 | 101111 | 0 | 110011 | 1001001 | 11111 | 10010 | 111010 | 101100 |
Color Harmonies of #AF562F
Complementary color
Monochromatic Colors of #AF562F
Black with #AF562F
Text Example
Text Example
White with #AF562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF562F; }
p { color: rgb(175,86,47); }
H1.HeaderClassName
{
color: #AF562F;
}
.AnyTagClassName
{
color: #AF562F;
}
</style>
background-color css
<style>
a { background-color: #AF562F; }
a { background-color: rgb(175,86,47); }
div.DivClassName
{
background-color: #AF562F;
}
.BgClassName
{
background-color: #AF562F;
}
</style>
border-color css
<style>
span { border-color: #AF562F; }
span { border-color: rgb(175,86,47); }
td.TdClassName
{
border-color: #AF562F;
}
.TagClassName
{
border-color: #AF562F;
}
</style>