Shades of Fiery Orange #AF6128
Tints of Fiery Orange #AF6128
RGB
CMYK
RGB Variations
Color information
#AF6128 (or 0xAF6128) is known color: Fiery Orange. HEX triplet: AF, 61 and 28. RGB value is (175,97,40). Sum of RGB (Red+Green+Blue) = 175+97+40=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6128 is #509ED7. Grayscale: #727272. Windows color (decimal): -5283544 or 2646447. OLE color: 2646447.
HSL color Cylindrical-coordinate representation of color #AF6128: hue angle of 25.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF6128 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 97 | 40 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.31 |
| HSL | 25.33º | 0.63% | 0.42% | - |
| HSV(B) | 25.33º | 0.77% | 0.69% | - |
| XYZ | 22.34 | 17.82 | 4.27 | - |
| YUV | 113.82 | 86.34 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 40 | 0 | 0.45 | 0.77 | 0.31 | 25.33 | 0.63 | 0.42 |
| Hex | AF | 61 | 28 | 0 | 2D | 4D | 1F | 19 | 3F | 2A |
| Octal | 257 | 141 | 50 | 0 | 55 | 115 | 37 | 31 | 77 | 52 |
| Binary | 10101111 | 1100001 | 101000 | 0 | 101101 | 1001101 | 11111 | 11001 | 111111 | 101010 |
Color Harmonies of #AF6128
Complementary color
Monochromatic Colors of #AF6128
Black with #AF6128
Text Example
Text Example
White with #AF6128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6128; }
p { color: rgb(175,97,40); }
H1.HeaderClassName
{
color: #AF6128;
}
.AnyTagClassName
{
color: #AF6128;
}
</style>
background-color css
<style>
a { background-color: #AF6128; }
a { background-color: rgb(175,97,40); }
div.DivClassName
{
background-color: #AF6128;
}
.BgClassName
{
background-color: #AF6128;
}
</style>
border-color css
<style>
span { border-color: #AF6128; }
span { border-color: rgb(175,97,40); }
td.TdClassName
{
border-color: #AF6128;
}
.TagClassName
{
border-color: #AF6128;
}
</style>