Shades of Dark Goldenrod #AF8308
Tints of Dark Goldenrod #AF8308
RGB
CMYK
RGB Variations
Color information
#AF8308 (or 0xAF8308) is known color: Dark Goldenrod. HEX triplet: AF, 83 and 08. RGB value is (175,131,8). Sum of RGB (Red+Green+Blue) = 175+131+8=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8308 is #507CF7. Grayscale: #828282. Windows color (decimal): -5274872 or 557999. OLE color: 557999.
HSL color Cylindrical-coordinate representation of color #AF8308: hue angle of 44.19º 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 #AF8308 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 8 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.31 |
| HSL | 44.19º | 0.91% | 0.36% | - |
| HSV(B) | 44.19º | 0.95% | 0.69% | - |
| XYZ | 25.84 | 25.36 | 3.76 | - |
| YUV | 130.13 | 59.08 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 8 | 0 | 0.25 | 0.95 | 0.31 | 44.19 | 0.91 | 0.36 |
| Hex | AF | 83 | 8 | 0 | 19 | 5F | 1F | 2C | 5B | 24 |
| Octal | 257 | 203 | 10 | 0 | 31 | 137 | 37 | 54 | 133 | 44 |
| Binary | 10101111 | 10000011 | 1000 | 0 | 11001 | 1011111 | 11111 | 101100 | 1011011 | 100100 |
Color Harmonies of #AF8308
Complementary color
Monochromatic Colors of #AF8308
Black with #AF8308
Text Example
Text Example
White with #AF8308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8308; }
p { color: rgb(175,131,8); }
H1.HeaderClassName
{
color: #AF8308;
}
.AnyTagClassName
{
color: #AF8308;
}
</style>
background-color css
<style>
a { background-color: #AF8308; }
a { background-color: rgb(175,131,8); }
div.DivClassName
{
background-color: #AF8308;
}
.BgClassName
{
background-color: #AF8308;
}
</style>
border-color css
<style>
span { border-color: #AF8308; }
span { border-color: rgb(175,131,8); }
td.TdClassName
{
border-color: #AF8308;
}
.TagClassName
{
border-color: #AF8308;
}
</style>