Shades of Dark Goldenrod #AF8700
Tints of Dark Goldenrod #AF8700
RGB
CMYK
RGB Variations
Color information
#AF8700 (or 0xAF8700) is known color: Dark Goldenrod. HEX triplet: AF, 87 and 00. RGB value is (175,135,0). Sum of RGB (Red+Green+Blue) = 175+135+0=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8700 is #5078FF. Grayscale: #848484. Windows color (decimal): -5273856 or 34735. OLE color: 34735.
HSL color Cylindrical-coordinate representation of color #AF8700: hue angle of 46.29º 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 #AF8700 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.31 |
| HSL | 46.29º | 1% | 0.34% | - |
| HSV(B) | 46.29º | 1% | 0.69% | - |
| XYZ | 26.34 | 26.44 | 3.72 | - |
| YUV | 131.57 | 53.75 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 0 | 0 | 0.23 | 1 | 0.31 | 46.29 | 1 | 0.34 |
| Hex | AF | 87 | 0 | 0 | 17 | 64 | 1F | 2E | 64 | 22 |
| Octal | 257 | 207 | 0 | 0 | 27 | 144 | 37 | 56 | 144 | 42 |
| Binary | 10101111 | 10000111 | 0 | 0 | 10111 | 1100100 | 11111 | 101110 | 1100100 | 100010 |
Color Harmonies of #AF8700
Complementary color
Monochromatic Colors of #AF8700
Black with #AF8700
Text Example
Text Example
White with #AF8700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8700; }
p { color: rgb(175,135,0); }
H1.HeaderClassName
{
color: #AF8700;
}
.AnyTagClassName
{
color: #AF8700;
}
</style>
background-color css
<style>
a { background-color: #AF8700; }
a { background-color: rgb(175,135,0); }
div.DivClassName
{
background-color: #AF8700;
}
.BgClassName
{
background-color: #AF8700;
}
</style>
border-color css
<style>
span { border-color: #AF8700; }
span { border-color: rgb(175,135,0); }
td.TdClassName
{
border-color: #AF8700;
}
.TagClassName
{
border-color: #AF8700;
}
</style>