Shades of Dark Goldenrod #AF7A14
Tints of Dark Goldenrod #AF7A14
RGB
CMYK
RGB Variations
Color information
#AF7A14 (or 0xAF7A14) is known color: Dark Goldenrod. HEX triplet: AF, 7A and 14. RGB value is (175,122,20). Sum of RGB (Red+Green+Blue) = 175+122+20=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7A14 is #5085EB. Grayscale: #7E7E7E. Windows color (decimal): -5277164 or 1342127. OLE color: 1342127.
HSL color Cylindrical-coordinate representation of color #AF7A14: hue angle of 39.48º 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 #AF7A14 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 122 | 20 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.31 |
| HSL | 39.48º | 0.79% | 0.38% | - |
| HSV(B) | 39.48º | 0.89% | 0.69% | - |
| XYZ | 24.77 | 23.08 | 3.81 | - |
| YUV | 126.22 | 68.06 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 20 | 0 | 0.30 | 0.89 | 0.31 | 39.48 | 0.79 | 0.38 |
| Hex | AF | 7A | 14 | 0 | 1E | 59 | 1F | 27 | 4F | 26 |
| Octal | 257 | 172 | 24 | 0 | 36 | 131 | 37 | 47 | 117 | 46 |
| Binary | 10101111 | 1111010 | 10100 | 0 | 11110 | 1011001 | 11111 | 100111 | 1001111 | 100110 |
Color Harmonies of #AF7A14
Complementary color
Monochromatic Colors of #AF7A14
Black with #AF7A14
Text Example
Text Example
White with #AF7A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7A14; }
p { color: rgb(175,122,20); }
H1.HeaderClassName
{
color: #AF7A14;
}
.AnyTagClassName
{
color: #AF7A14;
}
</style>
background-color css
<style>
a { background-color: #AF7A14; }
a { background-color: rgb(175,122,20); }
div.DivClassName
{
background-color: #AF7A14;
}
.BgClassName
{
background-color: #AF7A14;
}
</style>
border-color css
<style>
span { border-color: #AF7A14; }
span { border-color: rgb(175,122,20); }
td.TdClassName
{
border-color: #AF7A14;
}
.TagClassName
{
border-color: #AF7A14;
}
</style>