Shades of Dark Goldenrod #AF8614
Tints of Dark Goldenrod #AF8614
RGB
CMYK
RGB Variations
Color information
#AF8614 (or 0xAF8614) is known color: Dark Goldenrod. HEX triplet: AF, 86 and 14. RGB value is (175,134,20). Sum of RGB (Red+Green+Blue) = 175+134+20=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8614 is #5079EB. Grayscale: #858585. Windows color (decimal): -5274092 or 1345199. OLE color: 1345199.
HSL color Cylindrical-coordinate representation of color #AF8614: hue angle of 44.13º 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 #AF8614 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 20 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.31 |
| HSL | 44.13º | 0.79% | 0.38% | - |
| HSV(B) | 44.13º | 0.89% | 0.69% | - |
| XYZ | 26.33 | 26.21 | 4.33 | - |
| YUV | 133.26 | 64.08 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 20 | 0 | 0.23 | 0.89 | 0.31 | 44.13 | 0.79 | 0.38 |
| Hex | AF | 86 | 14 | 0 | 17 | 59 | 1F | 2C | 4F | 26 |
| Octal | 257 | 206 | 24 | 0 | 27 | 131 | 37 | 54 | 117 | 46 |
| Binary | 10101111 | 10000110 | 10100 | 0 | 10111 | 1011001 | 11111 | 101100 | 1001111 | 100110 |
Color Harmonies of #AF8614
Complementary color
Monochromatic Colors of #AF8614
Black with #AF8614
Text Example
Text Example
White with #AF8614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8614; }
p { color: rgb(175,134,20); }
H1.HeaderClassName
{
color: #AF8614;
}
.AnyTagClassName
{
color: #AF8614;
}
</style>
background-color css
<style>
a { background-color: #AF8614; }
a { background-color: rgb(175,134,20); }
div.DivClassName
{
background-color: #AF8614;
}
.BgClassName
{
background-color: #AF8614;
}
</style>
border-color css
<style>
span { border-color: #AF8614; }
span { border-color: rgb(175,134,20); }
td.TdClassName
{
border-color: #AF8614;
}
.TagClassName
{
border-color: #AF8614;
}
</style>