Shades of Dark Goldenrod #AF8600
Tints of Dark Goldenrod #AF8600
RGB
CMYK
RGB Variations
Color information
#AF8600 (or 0xAF8600) is known color: Dark Goldenrod. HEX triplet: AF, 86 and 00. RGB value is (175,134,0). Sum of RGB (Red+Green+Blue) = 175+134+0=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8600 is #5079FF. Grayscale: #838383. Windows color (decimal): -5274112 or 34479. OLE color: 34479.
HSL color Cylindrical-coordinate representation of color #AF8600: hue angle of 45.94º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF8600 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.31 |
| HSL | 45.94º | 1% | 0.34% | - |
| HSV(B) | 45.94º | 1% | 0.69% | - |
| XYZ | 26.2 | 26.16 | 3.67 | - |
| YUV | 130.98 | 54.08 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 0 | 0 | 0.23 | 1 | 0.31 | 45.94 | 1 | 0.34 |
| Hex | AF | 86 | 0 | 0 | 17 | 64 | 1F | 2E | 64 | 22 |
| Octal | 257 | 206 | 0 | 0 | 27 | 144 | 37 | 56 | 144 | 42 |
| Binary | 10101111 | 10000110 | 0 | 0 | 10111 | 1100100 | 11111 | 101110 | 1100100 | 100010 |
Color Harmonies of #AF8600
Complementary color
Monochromatic Colors of #AF8600
Black with #AF8600
Text Example
Text Example
White with #AF8600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8600; }
p { color: rgb(175,134,0); }
H1.HeaderClassName
{
color: #AF8600;
}
.AnyTagClassName
{
color: #AF8600;
}
</style>
background-color css
<style>
a { background-color: #AF8600; }
a { background-color: rgb(175,134,0); }
div.DivClassName
{
background-color: #AF8600;
}
.BgClassName
{
background-color: #AF8600;
}
</style>
border-color css
<style>
span { border-color: #AF8600; }
span { border-color: rgb(175,134,0); }
td.TdClassName
{
border-color: #AF8600;
}
.TagClassName
{
border-color: #AF8600;
}
</style>