Shades of Marigold #AF803F
Tints of Marigold #AF803F
RGB
CMYK
RGB Variations
Color information
#AF803F (or 0xAF803F) is known color: Marigold. HEX triplet: AF, 80 and 3F. RGB value is (175,128,63). Sum of RGB (Red+Green+Blue) = 175+128+63=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF803F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF803F is #507FC0. Grayscale: #868686. Windows color (decimal): -5275585 or 4161711. OLE color: 4161711.
HSL color Cylindrical-coordinate representation of color #AF803F: hue angle of 34.82º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF803F is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 63 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.31 |
| HSL | 34.82º | 0.47% | 0.47% | - |
| HSV(B) | 34.82º | 0.64% | 0.69% | - |
| XYZ | 26.3 | 24.91 | 8.13 | - |
| YUV | 134.64 | 87.57 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 63 | 0 | 0.27 | 0.64 | 0.31 | 34.82 | 0.47 | 0.47 |
| Hex | AF | 80 | 3F | 0 | 1B | 40 | 1F | 23 | 2F | 2F |
| Octal | 257 | 200 | 77 | 0 | 33 | 100 | 37 | 43 | 57 | 57 |
| Binary | 10101111 | 10000000 | 111111 | 0 | 11011 | 1000000 | 11111 | 100011 | 101111 | 101111 |
Color Harmonies of #AF803F
Complementary color
Monochromatic Colors of #AF803F
Black with #AF803F
Text Example
Text Example
White with #AF803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF803F; }
p { color: rgb(175,128,63); }
H1.HeaderClassName
{
color: #AF803F;
}
.AnyTagClassName
{
color: #AF803F;
}
</style>
background-color css
<style>
a { background-color: #AF803F; }
a { background-color: rgb(175,128,63); }
div.DivClassName
{
background-color: #AF803F;
}
.BgClassName
{
background-color: #AF803F;
}
</style>
border-color css
<style>
span { border-color: #AF803F; }
span { border-color: rgb(175,128,63); }
td.TdClassName
{
border-color: #AF803F;
}
.TagClassName
{
border-color: #AF803F;
}
</style>