Shades of Dark Goldenrod #AF8717
Tints of Dark Goldenrod #AF8717
RGB
CMYK
RGB Variations
Color information
#AF8717 (or 0xAF8717) is known color: Dark Goldenrod. HEX triplet: AF, 87 and 17. RGB value is (175,135,23). Sum of RGB (Red+Green+Blue) = 175+135+23=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8717 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8717 is #5078E8. Grayscale: #868686. Windows color (decimal): -5273833 or 1542063. OLE color: 1542063.
HSL color Cylindrical-coordinate representation of color #AF8717: hue angle of 44.21º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF8717 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 23 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.31 |
| HSL | 44.21º | 0.77% | 0.39% | - |
| HSV(B) | 44.21º | 0.87% | 0.69% | - |
| XYZ | 26.5 | 26.5 | 4.53 | - |
| YUV | 134.19 | 65.25 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 23 | 0 | 0.23 | 0.87 | 0.31 | 44.21 | 0.77 | 0.39 |
| Hex | AF | 87 | 17 | 0 | 17 | 57 | 1F | 2C | 4D | 27 |
| Octal | 257 | 207 | 27 | 0 | 27 | 127 | 37 | 54 | 115 | 47 |
| Binary | 10101111 | 10000111 | 10111 | 0 | 10111 | 1010111 | 11111 | 101100 | 1001101 | 100111 |
Color Harmonies of #AF8717
Complementary color
Monochromatic Colors of #AF8717
Black with #AF8717
Text Example
Text Example
White with #AF8717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8717; }
p { color: rgb(175,135,23); }
H1.HeaderClassName
{
color: #AF8717;
}
.AnyTagClassName
{
color: #AF8717;
}
</style>
background-color css
<style>
a { background-color: #AF8717; }
a { background-color: rgb(175,135,23); }
div.DivClassName
{
background-color: #AF8717;
}
.BgClassName
{
background-color: #AF8717;
}
</style>
border-color css
<style>
span { border-color: #AF8717; }
span { border-color: rgb(175,135,23); }
td.TdClassName
{
border-color: #AF8717;
}
.TagClassName
{
border-color: #AF8717;
}
</style>