Shades of Dark Goldenrod #AF8D08
Tints of Dark Goldenrod #AF8D08
RGB
CMYK
RGB Variations
Color information
#AF8D08 (or 0xAF8D08) is known color: Dark Goldenrod. HEX triplet: AF, 8D and 08. RGB value is (175,141,8). Sum of RGB (Red+Green+Blue) = 175+141+8=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8D08 is #5072F7. Grayscale: #888888. Windows color (decimal): -5272312 or 560559. OLE color: 560559.
HSL color Cylindrical-coordinate representation of color #AF8D08: hue angle of 47.78º 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 #AF8D08 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 141 | 8 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.31 |
| HSL | 47.78º | 0.91% | 0.36% | - |
| HSV(B) | 47.78º | 0.95% | 0.69% | - |
| XYZ | 27.25 | 28.18 | 4.23 | - |
| YUV | 136 | 55.76 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 8 | 0 | 0.19 | 0.95 | 0.31 | 47.78 | 0.91 | 0.36 |
| Hex | AF | 8D | 8 | 0 | 13 | 5F | 1F | 30 | 5B | 24 |
| Octal | 257 | 215 | 10 | 0 | 23 | 137 | 37 | 60 | 133 | 44 |
| Binary | 10101111 | 10001101 | 1000 | 0 | 10011 | 1011111 | 11111 | 110000 | 1011011 | 100100 |
Color Harmonies of #AF8D08
Complementary color
Monochromatic Colors of #AF8D08
Black with #AF8D08
Text Example
Text Example
White with #AF8D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8D08; }
p { color: rgb(175,141,8); }
H1.HeaderClassName
{
color: #AF8D08;
}
.AnyTagClassName
{
color: #AF8D08;
}
</style>
background-color css
<style>
a { background-color: #AF8D08; }
a { background-color: rgb(175,141,8); }
div.DivClassName
{
background-color: #AF8D08;
}
.BgClassName
{
background-color: #AF8D08;
}
</style>
border-color css
<style>
span { border-color: #AF8D08; }
span { border-color: rgb(175,141,8); }
td.TdClassName
{
border-color: #AF8D08;
}
.TagClassName
{
border-color: #AF8D08;
}
</style>