Shades of Dark Goldenrod #AF8B00
Tints of Dark Goldenrod #AF8B00
RGB
CMYK
RGB Variations
Color information
#AF8B00 (or 0xAF8B00) is known color: Dark Goldenrod. HEX triplet: AF, 8B and 00. RGB value is (175,139,0). Sum of RGB (Red+Green+Blue) = 175+139+0=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8B00 is #5074FF. Grayscale: #868686. Windows color (decimal): -5272832 or 35759. OLE color: 35759.
HSL color Cylindrical-coordinate representation of color #AF8B00: hue angle of 47.66º 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 #AF8B00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 139 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.31 |
| HSL | 47.66º | 1% | 0.34% | - |
| HSV(B) | 47.66º | 1% | 0.69% | - |
| XYZ | 26.91 | 27.58 | 3.9 | - |
| YUV | 133.92 | 52.43 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 0 | 0 | 0.21 | 1 | 0.31 | 47.66 | 1 | 0.34 |
| Hex | AF | 8B | 0 | 0 | 15 | 64 | 1F | 30 | 64 | 22 |
| Octal | 257 | 213 | 0 | 0 | 25 | 144 | 37 | 60 | 144 | 42 |
| Binary | 10101111 | 10001011 | 0 | 0 | 10101 | 1100100 | 11111 | 110000 | 1100100 | 100010 |
Color Harmonies of #AF8B00
Complementary color
Monochromatic Colors of #AF8B00
Black with #AF8B00
Text Example
Text Example
White with #AF8B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8B00; }
p { color: rgb(175,139,0); }
H1.HeaderClassName
{
color: #AF8B00;
}
.AnyTagClassName
{
color: #AF8B00;
}
</style>
background-color css
<style>
a { background-color: #AF8B00; }
a { background-color: rgb(175,139,0); }
div.DivClassName
{
background-color: #AF8B00;
}
.BgClassName
{
background-color: #AF8B00;
}
</style>
border-color css
<style>
span { border-color: #AF8B00; }
span { border-color: rgb(175,139,0); }
td.TdClassName
{
border-color: #AF8B00;
}
.TagClassName
{
border-color: #AF8B00;
}
</style>