Shades of Dark Goldenrod #AF7C14
Tints of Dark Goldenrod #AF7C14
RGB
CMYK
RGB Variations
Color information
#AF7C14 (or 0xAF7C14) is known color: Dark Goldenrod. HEX triplet: AF, 7C and 14. RGB value is (175,124,20). Sum of RGB (Red+Green+Blue) = 175+124+20=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7C14 is #5083EB. Grayscale: #7F7F7F. Windows color (decimal): -5276652 or 1342639. OLE color: 1342639.
HSL color Cylindrical-coordinate representation of color #AF7C14: hue angle of 40.26º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF7C14 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 124 | 20 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.31 |
| HSL | 40.26º | 0.79% | 0.38% | - |
| HSV(B) | 40.26º | 0.89% | 0.69% | - |
| XYZ | 25.01 | 23.58 | 3.89 | - |
| YUV | 127.39 | 67.4 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 124 | 20 | 0 | 0.29 | 0.89 | 0.31 | 40.26 | 0.79 | 0.38 |
| Hex | AF | 7C | 14 | 0 | 1D | 59 | 1F | 28 | 4F | 26 |
| Octal | 257 | 174 | 24 | 0 | 35 | 131 | 37 | 50 | 117 | 46 |
| Binary | 10101111 | 1111100 | 10100 | 0 | 11101 | 1011001 | 11111 | 101000 | 1001111 | 100110 |
Color Harmonies of #AF7C14
Complementary color
Monochromatic Colors of #AF7C14
Black with #AF7C14
Text Example
Text Example
White with #AF7C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7C14; }
p { color: rgb(175,124,20); }
H1.HeaderClassName
{
color: #AF7C14;
}
.AnyTagClassName
{
color: #AF7C14;
}
</style>
background-color css
<style>
a { background-color: #AF7C14; }
a { background-color: rgb(175,124,20); }
div.DivClassName
{
background-color: #AF7C14;
}
.BgClassName
{
background-color: #AF7C14;
}
</style>
border-color css
<style>
span { border-color: #AF7C14; }
span { border-color: rgb(175,124,20); }
td.TdClassName
{
border-color: #AF7C14;
}
.TagClassName
{
border-color: #AF7C14;
}
</style>