Shades of Dark Goldenrod #AF9008
Tints of Dark Goldenrod #AF9008
RGB
CMYK
RGB Variations
Color information
#AF9008 (or 0xAF9008) is known color: Dark Goldenrod. HEX triplet: AF, 90 and 08. RGB value is (175,144,8). Sum of RGB (Red+Green+Blue) = 175+144+8=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9008 is #506FF7. Grayscale: #8A8A8A. Windows color (decimal): -5271544 or 561327. OLE color: 561327.
HSL color Cylindrical-coordinate representation of color #AF9008: hue angle of 48.86º degrees, saturation: 0.91, 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 #AF9008 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 144 | 8 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.31 |
| HSL | 48.86º | 0.91% | 0.36% | - |
| HSV(B) | 48.86º | 0.95% | 0.69% | - |
| XYZ | 27.7 | 29.08 | 4.38 | - |
| YUV | 137.77 | 54.77 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 8 | 0 | 0.18 | 0.95 | 0.31 | 48.86 | 0.91 | 0.36 |
| Hex | AF | 90 | 8 | 0 | 12 | 5F | 1F | 31 | 5B | 24 |
| Octal | 257 | 220 | 10 | 0 | 22 | 137 | 37 | 61 | 133 | 44 |
| Binary | 10101111 | 10010000 | 1000 | 0 | 10010 | 1011111 | 11111 | 110001 | 1011011 | 100100 |
Color Harmonies of #AF9008
Complementary color
Monochromatic Colors of #AF9008
Black with #AF9008
Text Example
Text Example
White with #AF9008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9008; }
p { color: rgb(175,144,8); }
H1.HeaderClassName
{
color: #AF9008;
}
.AnyTagClassName
{
color: #AF9008;
}
</style>
background-color css
<style>
a { background-color: #AF9008; }
a { background-color: rgb(175,144,8); }
div.DivClassName
{
background-color: #AF9008;
}
.BgClassName
{
background-color: #AF9008;
}
</style>
border-color css
<style>
span { border-color: #AF9008; }
span { border-color: rgb(175,144,8); }
td.TdClassName
{
border-color: #AF9008;
}
.TagClassName
{
border-color: #AF9008;
}
</style>