Shades of Dark Goldenrod #AF8509
Tints of Dark Goldenrod #AF8509
RGB
CMYK
RGB Variations
Color information
#AF8509 (or 0xAF8509) is known color: Dark Goldenrod. HEX triplet: AF, 85 and 09. RGB value is (175,133,9). Sum of RGB (Red+Green+Blue) = 175+133+9=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 9 (3.91% from 255 or 2.84% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8509 is #507AF6. Grayscale: #838383. Windows color (decimal): -5274359 or 624047. OLE color: 624047.
HSL color Cylindrical-coordinate representation of color #AF8509: hue angle of 44.82º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF8509 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 9 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.31 |
| HSL | 44.82º | 0.9% | 0.36% | - |
| HSV(B) | 44.82º | 0.95% | 0.69% | - |
| XYZ | 26.12 | 25.91 | 3.88 | - |
| YUV | 131.42 | 58.91 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 9 | 0 | 0.24 | 0.95 | 0.31 | 44.82 | 0.9 | 0.36 |
| Hex | AF | 85 | 9 | 0 | 18 | 5F | 1F | 2D | 5A | 24 |
| Octal | 257 | 205 | 11 | 0 | 30 | 137 | 37 | 55 | 132 | 44 |
| Binary | 10101111 | 10000101 | 1001 | 0 | 11000 | 1011111 | 11111 | 101101 | 1011010 | 100100 |
Color Harmonies of #AF8509
Complementary color
Monochromatic Colors of #AF8509
Black with #AF8509
Text Example
Text Example
White with #AF8509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8509; }
p { color: rgb(175,133,9); }
H1.HeaderClassName
{
color: #AF8509;
}
.AnyTagClassName
{
color: #AF8509;
}
</style>
background-color css
<style>
a { background-color: #AF8509; }
a { background-color: rgb(175,133,9); }
div.DivClassName
{
background-color: #AF8509;
}
.BgClassName
{
background-color: #AF8509;
}
</style>
border-color css
<style>
span { border-color: #AF8509; }
span { border-color: rgb(175,133,9); }
td.TdClassName
{
border-color: #AF8509;
}
.TagClassName
{
border-color: #AF8509;
}
</style>