Shades of Marigold #AF7D3E
Tints of Marigold #AF7D3E
RGB
CMYK
RGB Variations
Color information
#AF7D3E (or 0xAF7D3E) is known color: Marigold. HEX triplet: AF, 7D and 3E. RGB value is (175,125,62). Sum of RGB (Red+Green+Blue) = 175+125+62=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7D3E is #5082C1. Grayscale: #858585. Windows color (decimal): -5276354 or 4095407. OLE color: 4095407.
HSL color Cylindrical-coordinate representation of color #AF7D3E: hue angle of 33.45º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF7D3E is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 125 | 62 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.31 |
| HSL | 33.45º | 0.48% | 0.46% | - |
| HSV(B) | 33.45º | 0.65% | 0.69% | - |
| XYZ | 25.88 | 24.13 | 7.85 | - |
| YUV | 132.77 | 88.07 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 62 | 0 | 0.29 | 0.65 | 0.31 | 33.45 | 0.48 | 0.46 |
| Hex | AF | 7D | 3E | 0 | 1D | 41 | 1F | 21 | 30 | 2E |
| Octal | 257 | 175 | 76 | 0 | 35 | 101 | 37 | 41 | 60 | 56 |
| Binary | 10101111 | 1111101 | 111110 | 0 | 11101 | 1000001 | 11111 | 100001 | 110000 | 101110 |
Color Harmonies of #AF7D3E
Complementary color
Monochromatic Colors of #AF7D3E
Black with #AF7D3E
Text Example
Text Example
White with #AF7D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7D3E; }
p { color: rgb(175,125,62); }
H1.HeaderClassName
{
color: #AF7D3E;
}
.AnyTagClassName
{
color: #AF7D3E;
}
</style>
background-color css
<style>
a { background-color: #AF7D3E; }
a { background-color: rgb(175,125,62); }
div.DivClassName
{
background-color: #AF7D3E;
}
.BgClassName
{
background-color: #AF7D3E;
}
</style>
border-color css
<style>
span { border-color: #AF7D3E; }
span { border-color: rgb(175,125,62); }
td.TdClassName
{
border-color: #AF7D3E;
}
.TagClassName
{
border-color: #AF7D3E;
}
</style>