Shades of Dark Goldenrod #AF890A
Tints of Dark Goldenrod #AF890A
RGB
CMYK
RGB Variations
Color information
#AF890A (or 0xAF890A) is known color: Dark Goldenrod. HEX triplet: AF, 89 and 0A. RGB value is (175,137,10). Sum of RGB (Red+Green+Blue) = 175+137+10=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF890A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF890A is #5076F5. Grayscale: #868686. Windows color (decimal): -5273334 or 690607. OLE color: 690607.
HSL color Cylindrical-coordinate representation of color #AF890A: hue angle of 46.18º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF890A is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 10 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.31 |
| HSL | 46.18º | 0.89% | 0.36% | - |
| HSV(B) | 46.18º | 0.94% | 0.69% | - |
| XYZ | 26.68 | 27.03 | 4.1 | - |
| YUV | 133.88 | 58.09 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 10 | 0 | 0.22 | 0.94 | 0.31 | 46.18 | 0.89 | 0.36 |
| Hex | AF | 89 | A | 0 | 16 | 5E | 1F | 2E | 59 | 24 |
| Octal | 257 | 211 | 12 | 0 | 26 | 136 | 37 | 56 | 131 | 44 |
| Binary | 10101111 | 10001001 | 1010 | 0 | 10110 | 1011110 | 11111 | 101110 | 1011001 | 100100 |
Color Harmonies of #AF890A
Complementary color
Monochromatic Colors of #AF890A
Black with #AF890A
Text Example
Text Example
White with #AF890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF890A; }
p { color: rgb(175,137,10); }
H1.HeaderClassName
{
color: #AF890A;
}
.AnyTagClassName
{
color: #AF890A;
}
</style>
background-color css
<style>
a { background-color: #AF890A; }
a { background-color: rgb(175,137,10); }
div.DivClassName
{
background-color: #AF890A;
}
.BgClassName
{
background-color: #AF890A;
}
</style>
border-color css
<style>
span { border-color: #AF890A; }
span { border-color: rgb(175,137,10); }
td.TdClassName
{
border-color: #AF890A;
}
.TagClassName
{
border-color: #AF890A;
}
</style>