Shades of Dark Goldenrod #AF8B17
Tints of Dark Goldenrod #AF8B17
RGB
CMYK
RGB Variations
Color information
#AF8B17 (or 0xAF8B17) is known color: Dark Goldenrod. HEX triplet: AF, 8B and 17. RGB value is (175,139,23). Sum of RGB (Red+Green+Blue) = 175+139+23=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8B17 is #5074E8. Grayscale: #898989. Windows color (decimal): -5272809 or 1543087. OLE color: 1543087.
HSL color Cylindrical-coordinate representation of color #AF8B17: hue angle of 45.79º 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 #AF8B17 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 139 | 23 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.31 |
| HSL | 45.79º | 0.77% | 0.39% | - |
| HSV(B) | 45.79º | 0.87% | 0.69% | - |
| XYZ | 27.07 | 27.64 | 4.72 | - |
| YUV | 136.54 | 63.93 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 23 | 0 | 0.21 | 0.87 | 0.31 | 45.79 | 0.77 | 0.39 |
| Hex | AF | 8B | 17 | 0 | 15 | 57 | 1F | 2E | 4D | 27 |
| Octal | 257 | 213 | 27 | 0 | 25 | 127 | 37 | 56 | 115 | 47 |
| Binary | 10101111 | 10001011 | 10111 | 0 | 10101 | 1010111 | 11111 | 101110 | 1001101 | 100111 |
Color Harmonies of #AF8B17
Complementary color
Monochromatic Colors of #AF8B17
Black with #AF8B17
Text Example
Text Example
White with #AF8B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8B17; }
p { color: rgb(175,139,23); }
H1.HeaderClassName
{
color: #AF8B17;
}
.AnyTagClassName
{
color: #AF8B17;
}
</style>
background-color css
<style>
a { background-color: #AF8B17; }
a { background-color: rgb(175,139,23); }
div.DivClassName
{
background-color: #AF8B17;
}
.BgClassName
{
background-color: #AF8B17;
}
</style>
border-color css
<style>
span { border-color: #AF8B17; }
span { border-color: rgb(175,139,23); }
td.TdClassName
{
border-color: #AF8B17;
}
.TagClassName
{
border-color: #AF8B17;
}
</style>