Shades of Dark Goldenrod #AF9000
Tints of Dark Goldenrod #AF9000
RGB
CMYK
RGB Variations
Color information
#AF9000 (or 0xAF9000) is known color: Dark Goldenrod. HEX triplet: AF, 90 and 00. RGB value is (175,144,0). Sum of RGB (Red+Green+Blue) = 175+144+0=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9000 is #506FFF. Grayscale: #898989. Windows color (decimal): -5271552 or 37039. OLE color: 37039.
HSL color Cylindrical-coordinate representation of color #AF9000: hue angle of 49.37º 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 #AF9000 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 144 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.31 |
| HSL | 49.37º | 1% | 0.34% | - |
| HSV(B) | 49.37º | 1% | 0.69% | - |
| XYZ | 27.65 | 29.06 | 4.15 | - |
| YUV | 136.85 | 50.77 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 0 | 0 | 0.18 | 1 | 0.31 | 49.37 | 1 | 0.34 |
| Hex | AF | 90 | 0 | 0 | 12 | 64 | 1F | 31 | 64 | 22 |
| Octal | 257 | 220 | 0 | 0 | 22 | 144 | 37 | 61 | 144 | 42 |
| Binary | 10101111 | 10010000 | 0 | 0 | 10010 | 1100100 | 11111 | 110001 | 1100100 | 100010 |
Color Harmonies of #AF9000
Complementary color
Monochromatic Colors of #AF9000
Black with #AF9000
Text Example
Text Example
White with #AF9000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9000; }
p { color: rgb(175,144,0); }
H1.HeaderClassName
{
color: #AF9000;
}
.AnyTagClassName
{
color: #AF9000;
}
</style>
background-color css
<style>
a { background-color: #AF9000; }
a { background-color: rgb(175,144,0); }
div.DivClassName
{
background-color: #AF9000;
}
.BgClassName
{
background-color: #AF9000;
}
</style>
border-color css
<style>
span { border-color: #AF9000; }
span { border-color: rgb(175,144,0); }
td.TdClassName
{
border-color: #AF9000;
}
.TagClassName
{
border-color: #AF9000;
}
</style>