Shades of Marigold #AF7D40
Tints of Marigold #AF7D40
RGB
CMYK
RGB Variations
Color information
#AF7D40 (or 0xAF7D40) is known color: Marigold. HEX triplet: AF, 7D and 40. RGB value is (175,125,64). Sum of RGB (Red+Green+Blue) = 175+125+64=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7D40 is #5082BF. Grayscale: #858585. Windows color (decimal): -5276352 or 4226479. OLE color: 4226479.
HSL color Cylindrical-coordinate representation of color #AF7D40: hue angle of 32.97º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF7D40 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 125 | 64 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.31 |
| HSL | 32.97º | 0.46% | 0.47% | - |
| HSV(B) | 32.97º | 0.63% | 0.69% | - |
| XYZ | 25.94 | 24.15 | 8.15 | - |
| YUV | 133 | 89.07 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 64 | 0 | 0.29 | 0.63 | 0.31 | 32.97 | 0.46 | 0.47 |
| Hex | AF | 7D | 40 | 0 | 1D | 3F | 1F | 21 | 2E | 2F |
| Octal | 257 | 175 | 100 | 0 | 35 | 77 | 37 | 41 | 56 | 57 |
| Binary | 10101111 | 1111101 | 1000000 | 0 | 11101 | 111111 | 11111 | 100001 | 101110 | 101111 |
Color Harmonies of #AF7D40
Complementary color
Monochromatic Colors of #AF7D40
Black with #AF7D40
Text Example
Text Example
White with #AF7D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7D40; }
p { color: rgb(175,125,64); }
H1.HeaderClassName
{
color: #AF7D40;
}
.AnyTagClassName
{
color: #AF7D40;
}
</style>
background-color css
<style>
a { background-color: #AF7D40; }
a { background-color: rgb(175,125,64); }
div.DivClassName
{
background-color: #AF7D40;
}
.BgClassName
{
background-color: #AF7D40;
}
</style>
border-color css
<style>
span { border-color: #AF7D40; }
span { border-color: rgb(175,125,64); }
td.TdClassName
{
border-color: #AF7D40;
}
.TagClassName
{
border-color: #AF7D40;
}
</style>