Shades of Fiery Orange #AF572D
Tints of Fiery Orange #AF572D
RGB
CMYK
RGB Variations
Color information
#AF572D (or 0xAF572D) is known color: Fiery Orange. HEX triplet: AF, 57 and 2D. RGB value is (175,87,45). Sum of RGB (Red+Green+Blue) = 175+87+45=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF572D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF572D is #50A8D2. Grayscale: #6C6C6C. Windows color (decimal): -5286099 or 2971567. OLE color: 2971567.
HSL color Cylindrical-coordinate representation of color #AF572D: hue angle of 19.38º degrees, saturation: 0.59, 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 #AF572D is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 45 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.31 |
| HSL | 19.38º | 0.59% | 0.43% | - |
| HSV(B) | 19.38º | 0.74% | 0.69% | - |
| XYZ | 21.56 | 16.12 | 4.46 | - |
| YUV | 108.52 | 92.15 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 45 | 0 | 0.50 | 0.74 | 0.31 | 19.38 | 0.59 | 0.43 |
| Hex | AF | 57 | 2D | 0 | 32 | 4A | 1F | 13 | 3B | 2B |
| Octal | 257 | 127 | 55 | 0 | 62 | 112 | 37 | 23 | 73 | 53 |
| Binary | 10101111 | 1010111 | 101101 | 0 | 110010 | 1001010 | 11111 | 10011 | 111011 | 101011 |
Color Harmonies of #AF572D
Complementary color
Monochromatic Colors of #AF572D
Black with #AF572D
Text Example
Text Example
White with #AF572D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF572D; }
p { color: rgb(175,87,45); }
H1.HeaderClassName
{
color: #AF572D;
}
.AnyTagClassName
{
color: #AF572D;
}
</style>
background-color css
<style>
a { background-color: #AF572D; }
a { background-color: rgb(175,87,45); }
div.DivClassName
{
background-color: #AF572D;
}
.BgClassName
{
background-color: #AF572D;
}
</style>
border-color css
<style>
span { border-color: #AF572D; }
span { border-color: rgb(175,87,45); }
td.TdClassName
{
border-color: #AF572D;
}
.TagClassName
{
border-color: #AF572D;
}
</style>