Shades of Dark Goldenrod #AF8713
Tints of Dark Goldenrod #AF8713
RGB
CMYK
RGB Variations
Color information
#AF8713 (or 0xAF8713) is known color: Dark Goldenrod. HEX triplet: AF, 87 and 13. RGB value is (175,135,19). Sum of RGB (Red+Green+Blue) = 175+135+19=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8713 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8713 is #5078EC. Grayscale: #868686. Windows color (decimal): -5273837 or 1279919. OLE color: 1279919.
HSL color Cylindrical-coordinate representation of color #AF8713: hue angle of 44.62º degrees, saturation: 0.8, 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 #AF8713 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 19 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.31 |
| HSL | 44.62º | 0.8% | 0.38% | - |
| HSV(B) | 44.62º | 0.89% | 0.69% | - |
| XYZ | 26.46 | 26.49 | 4.33 | - |
| YUV | 133.74 | 63.25 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 19 | 0 | 0.23 | 0.89 | 0.31 | 44.62 | 0.8 | 0.38 |
| Hex | AF | 87 | 13 | 0 | 17 | 59 | 1F | 2D | 50 | 26 |
| Octal | 257 | 207 | 23 | 0 | 27 | 131 | 37 | 55 | 120 | 46 |
| Binary | 10101111 | 10000111 | 10011 | 0 | 10111 | 1011001 | 11111 | 101101 | 1010000 | 100110 |
Color Harmonies of #AF8713
Complementary color
Monochromatic Colors of #AF8713
Black with #AF8713
Text Example
Text Example
White with #AF8713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8713; }
p { color: rgb(175,135,19); }
H1.HeaderClassName
{
color: #AF8713;
}
.AnyTagClassName
{
color: #AF8713;
}
</style>
background-color css
<style>
a { background-color: #AF8713; }
a { background-color: rgb(175,135,19); }
div.DivClassName
{
background-color: #AF8713;
}
.BgClassName
{
background-color: #AF8713;
}
</style>
border-color css
<style>
span { border-color: #AF8713; }
span { border-color: rgb(175,135,19); }
td.TdClassName
{
border-color: #AF8713;
}
.TagClassName
{
border-color: #AF8713;
}
</style>