Shades of Marigold #AF7F40
Tints of Marigold #AF7F40
RGB
CMYK
RGB Variations
Color information
#AF7F40 (or 0xAF7F40) is known color: Marigold. HEX triplet: AF, 7F and 40. RGB value is (175,127,64). Sum of RGB (Red+Green+Blue) = 175+127+64=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7F40 is #5080BF. Grayscale: #868686. Windows color (decimal): -5275840 or 4226991. OLE color: 4226991.
HSL color Cylindrical-coordinate representation of color #AF7F40: hue angle of 34.05º 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 #AF7F40 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 64 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.31 |
| HSL | 34.05º | 0.46% | 0.47% | - |
| HSV(B) | 34.05º | 0.63% | 0.69% | - |
| XYZ | 26.19 | 24.66 | 8.23 | - |
| YUV | 134.17 | 88.4 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 64 | 0 | 0.27 | 0.63 | 0.31 | 34.05 | 0.46 | 0.47 |
| Hex | AF | 7F | 40 | 0 | 1B | 3F | 1F | 22 | 2E | 2F |
| Octal | 257 | 177 | 100 | 0 | 33 | 77 | 37 | 42 | 56 | 57 |
| Binary | 10101111 | 1111111 | 1000000 | 0 | 11011 | 111111 | 11111 | 100010 | 101110 | 101111 |
Color Harmonies of #AF7F40
Complementary color
Monochromatic Colors of #AF7F40
Black with #AF7F40
Text Example
Text Example
White with #AF7F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7F40; }
p { color: rgb(175,127,64); }
H1.HeaderClassName
{
color: #AF7F40;
}
.AnyTagClassName
{
color: #AF7F40;
}
</style>
background-color css
<style>
a { background-color: #AF7F40; }
a { background-color: rgb(175,127,64); }
div.DivClassName
{
background-color: #AF7F40;
}
.BgClassName
{
background-color: #AF7F40;
}
</style>
border-color css
<style>
span { border-color: #AF7F40; }
span { border-color: rgb(175,127,64); }
td.TdClassName
{
border-color: #AF7F40;
}
.TagClassName
{
border-color: #AF7F40;
}
</style>