Shades of Dark Goldenrod #AF7C0C
Tints of Dark Goldenrod #AF7C0C
RGB
CMYK
RGB Variations
Color information
#AF7C0C (or 0xAF7C0C) is known color: Dark Goldenrod. HEX triplet: AF, 7C and 0C. RGB value is (175,124,12). Sum of RGB (Red+Green+Blue) = 175+124+12=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7C0C is #5083F3. Grayscale: #7E7E7E. Windows color (decimal): -5276660 or 818351. OLE color: 818351.
HSL color Cylindrical-coordinate representation of color #AF7C0C: hue angle of 41.23º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF7C0C is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 124 | 12 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.31 |
| HSL | 41.23º | 0.87% | 0.37% | - |
| HSV(B) | 41.23º | 0.93% | 0.69% | - |
| XYZ | 24.95 | 23.56 | 3.58 | - |
| YUV | 126.48 | 63.4 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 124 | 12 | 0 | 0.29 | 0.93 | 0.31 | 41.23 | 0.87 | 0.37 |
| Hex | AF | 7C | C | 0 | 1D | 5D | 1F | 29 | 57 | 25 |
| Octal | 257 | 174 | 14 | 0 | 35 | 135 | 37 | 51 | 127 | 45 |
| Binary | 10101111 | 1111100 | 1100 | 0 | 11101 | 1011101 | 11111 | 101001 | 1010111 | 100101 |
Color Harmonies of #AF7C0C
Complementary color
Monochromatic Colors of #AF7C0C
Black with #AF7C0C
Text Example
Text Example
White with #AF7C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7C0C; }
p { color: rgb(175,124,12); }
H1.HeaderClassName
{
color: #AF7C0C;
}
.AnyTagClassName
{
color: #AF7C0C;
}
</style>
background-color css
<style>
a { background-color: #AF7C0C; }
a { background-color: rgb(175,124,12); }
div.DivClassName
{
background-color: #AF7C0C;
}
.BgClassName
{
background-color: #AF7C0C;
}
</style>
border-color css
<style>
span { border-color: #AF7C0C; }
span { border-color: rgb(175,124,12); }
td.TdClassName
{
border-color: #AF7C0C;
}
.TagClassName
{
border-color: #AF7C0C;
}
</style>