Shades of Fiery Orange #AF572B
Tints of Fiery Orange #AF572B
RGB
CMYK
RGB Variations
Color information
#AF572B (or 0xAF572B) is known color: Fiery Orange. HEX triplet: AF, 57 and 2B. RGB value is (175,87,43). Sum of RGB (Red+Green+Blue) = 175+87+43=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF572B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF572B is #50A8D4. Grayscale: #6C6C6C. Windows color (decimal): -5286101 or 2840495. OLE color: 2840495.
HSL color Cylindrical-coordinate representation of color #AF572B: hue angle of 20º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF572B is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 43 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.31 |
| HSL | 20º | 0.61% | 0.43% | - |
| HSV(B) | 20º | 0.75% | 0.69% | - |
| XYZ | 21.52 | 16.1 | 4.26 | - |
| YUV | 108.3 | 91.15 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 43 | 0 | 0.50 | 0.75 | 0.31 | 20 | 0.61 | 0.43 |
| Hex | AF | 57 | 2B | 0 | 32 | 4B | 1F | 14 | 3D | 2B |
| Octal | 257 | 127 | 53 | 0 | 62 | 113 | 37 | 24 | 75 | 53 |
| Binary | 10101111 | 1010111 | 101011 | 0 | 110010 | 1001011 | 11111 | 10100 | 111101 | 101011 |
Color Harmonies of #AF572B
Complementary color
Monochromatic Colors of #AF572B
Black with #AF572B
Text Example
Text Example
White with #AF572B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF572B; }
p { color: rgb(175,87,43); }
H1.HeaderClassName
{
color: #AF572B;
}
.AnyTagClassName
{
color: #AF572B;
}
</style>
background-color css
<style>
a { background-color: #AF572B; }
a { background-color: rgb(175,87,43); }
div.DivClassName
{
background-color: #AF572B;
}
.BgClassName
{
background-color: #AF572B;
}
</style>
border-color css
<style>
span { border-color: #AF572B; }
span { border-color: rgb(175,87,43); }
td.TdClassName
{
border-color: #AF572B;
}
.TagClassName
{
border-color: #AF572B;
}
</style>