Shades of Dark Goldenrod #AF8F09
Tints of Dark Goldenrod #AF8F09
RGB
CMYK
RGB Variations
Color information
#AF8F09 (or 0xAF8F09) is known color: Dark Goldenrod. HEX triplet: AF, 8F and 09. RGB value is (175,143,9). Sum of RGB (Red+Green+Blue) = 175+143+9=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 9 (3.91% from 255 or 2.75% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8F09 is #5070F6. Grayscale: #898989. Windows color (decimal): -5271799 or 626607. OLE color: 626607.
HSL color Cylindrical-coordinate representation of color #AF8F09: hue angle of 48.43º 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 #AF8F09 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 9 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.31 |
| HSL | 48.43º | 0.9% | 0.36% | - |
| HSV(B) | 48.43º | 0.95% | 0.69% | - |
| XYZ | 27.55 | 28.78 | 4.36 | - |
| YUV | 137.29 | 55.6 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 9 | 0 | 0.18 | 0.95 | 0.31 | 48.43 | 0.9 | 0.36 |
| Hex | AF | 8F | 9 | 0 | 12 | 5F | 1F | 30 | 5A | 24 |
| Octal | 257 | 217 | 11 | 0 | 22 | 137 | 37 | 60 | 132 | 44 |
| Binary | 10101111 | 10001111 | 1001 | 0 | 10010 | 1011111 | 11111 | 110000 | 1011010 | 100100 |
Color Harmonies of #AF8F09
Complementary color
Monochromatic Colors of #AF8F09
Black with #AF8F09
Text Example
Text Example
White with #AF8F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F09; }
p { color: rgb(175,143,9); }
H1.HeaderClassName
{
color: #AF8F09;
}
.AnyTagClassName
{
color: #AF8F09;
}
</style>
background-color css
<style>
a { background-color: #AF8F09; }
a { background-color: rgb(175,143,9); }
div.DivClassName
{
background-color: #AF8F09;
}
.BgClassName
{
background-color: #AF8F09;
}
</style>
border-color css
<style>
span { border-color: #AF8F09; }
span { border-color: rgb(175,143,9); }
td.TdClassName
{
border-color: #AF8F09;
}
.TagClassName
{
border-color: #AF8F09;
}
</style>