Shades of Marigold #AF8343
Tints of Marigold #AF8343
RGB
CMYK
RGB Variations
Color information
#AF8343 (or 0xAF8343) is known color: Marigold. HEX triplet: AF, 83 and 43. RGB value is (175,131,67). Sum of RGB (Red+Green+Blue) = 175+131+67=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8343 is #507CBC. Grayscale: #898989. Windows color (decimal): -5274813 or 4424623. OLE color: 4424623.
HSL color Cylindrical-coordinate representation of color #AF8343: hue angle of 35.56º 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 #AF8343 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 67 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.31 |
| HSL | 35.56º | 0.45% | 0.47% | - |
| HSV(B) | 35.56º | 0.62% | 0.69% | - |
| XYZ | 26.81 | 25.75 | 8.87 | - |
| YUV | 136.86 | 88.58 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 67 | 0 | 0.25 | 0.62 | 0.31 | 35.56 | 0.45 | 0.47 |
| Hex | AF | 83 | 43 | 0 | 19 | 3E | 1F | 24 | 2D | 2F |
| Octal | 257 | 203 | 103 | 0 | 31 | 76 | 37 | 44 | 55 | 57 |
| Binary | 10101111 | 10000011 | 1000011 | 0 | 11001 | 111110 | 11111 | 100100 | 101101 | 101111 |
Color Harmonies of #AF8343
Complementary color
Monochromatic Colors of #AF8343
Black with #AF8343
Text Example
Text Example
White with #AF8343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8343; }
p { color: rgb(175,131,67); }
H1.HeaderClassName
{
color: #AF8343;
}
.AnyTagClassName
{
color: #AF8343;
}
</style>
background-color css
<style>
a { background-color: #AF8343; }
a { background-color: rgb(175,131,67); }
div.DivClassName
{
background-color: #AF8343;
}
.BgClassName
{
background-color: #AF8343;
}
</style>
border-color css
<style>
span { border-color: #AF8343; }
span { border-color: rgb(175,131,67); }
td.TdClassName
{
border-color: #AF8343;
}
.TagClassName
{
border-color: #AF8343;
}
</style>