Shades of Marigold #AF8242
Tints of Marigold #AF8242
RGB
CMYK
RGB Variations
Color information
#AF8242 (or 0xAF8242) is known color: Marigold. HEX triplet: AF, 82 and 42. RGB value is (175,130,66). Sum of RGB (Red+Green+Blue) = 175+130+66=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8242 is #507DBD. Grayscale: #888888. Windows color (decimal): -5275070 or 4358831. OLE color: 4358831.
HSL color Cylindrical-coordinate representation of color #AF8242: hue angle of 35.23º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF8242 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 66 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.31 |
| HSL | 35.23º | 0.45% | 0.47% | - |
| HSV(B) | 35.23º | 0.62% | 0.69% | - |
| XYZ | 26.65 | 25.47 | 8.67 | - |
| YUV | 136.16 | 88.41 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 66 | 0 | 0.26 | 0.62 | 0.31 | 35.23 | 0.45 | 0.47 |
| Hex | AF | 82 | 42 | 0 | 1A | 3E | 1F | 23 | 2D | 2F |
| Octal | 257 | 202 | 102 | 0 | 32 | 76 | 37 | 43 | 55 | 57 |
| Binary | 10101111 | 10000010 | 1000010 | 0 | 11010 | 111110 | 11111 | 100011 | 101101 | 101111 |
Color Harmonies of #AF8242
Complementary color
Monochromatic Colors of #AF8242
Black with #AF8242
Text Example
Text Example
White with #AF8242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8242; }
p { color: rgb(175,130,66); }
H1.HeaderClassName
{
color: #AF8242;
}
.AnyTagClassName
{
color: #AF8242;
}
</style>
background-color css
<style>
a { background-color: #AF8242; }
a { background-color: rgb(175,130,66); }
div.DivClassName
{
background-color: #AF8242;
}
.BgClassName
{
background-color: #AF8242;
}
</style>
border-color css
<style>
span { border-color: #AF8242; }
span { border-color: rgb(175,130,66); }
td.TdClassName
{
border-color: #AF8242;
}
.TagClassName
{
border-color: #AF8242;
}
</style>