Shades of Dark Goldenrod #AF820E
Tints of Dark Goldenrod #AF820E
RGB
CMYK
RGB Variations
Color information
#AF820E (or 0xAF820E) is known color: Dark Goldenrod. HEX triplet: AF, 82 and 0E. RGB value is (175,130,14). Sum of RGB (Red+Green+Blue) = 175+130+14=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF820E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF820E is #507DF1. Grayscale: #828282. Windows color (decimal): -5275122 or 950959. OLE color: 950959.
HSL color Cylindrical-coordinate representation of color #AF820E: hue angle of 43.23º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF820E is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 14 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.31 |
| HSL | 43.23º | 0.85% | 0.37% | - |
| HSV(B) | 43.23º | 0.92% | 0.69% | - |
| XYZ | 25.74 | 25.11 | 3.91 | - |
| YUV | 130.23 | 62.41 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 14 | 0 | 0.26 | 0.92 | 0.31 | 43.23 | 0.85 | 0.37 |
| Hex | AF | 82 | E | 0 | 1A | 5C | 1F | 2B | 55 | 25 |
| Octal | 257 | 202 | 16 | 0 | 32 | 134 | 37 | 53 | 125 | 45 |
| Binary | 10101111 | 10000010 | 1110 | 0 | 11010 | 1011100 | 11111 | 101011 | 1010101 | 100101 |
Color Harmonies of #AF820E
Complementary color
Monochromatic Colors of #AF820E
Black with #AF820E
Text Example
Text Example
White with #AF820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF820E; }
p { color: rgb(175,130,14); }
H1.HeaderClassName
{
color: #AF820E;
}
.AnyTagClassName
{
color: #AF820E;
}
</style>
background-color css
<style>
a { background-color: #AF820E; }
a { background-color: rgb(175,130,14); }
div.DivClassName
{
background-color: #AF820E;
}
.BgClassName
{
background-color: #AF820E;
}
</style>
border-color css
<style>
span { border-color: #AF820E; }
span { border-color: rgb(175,130,14); }
td.TdClassName
{
border-color: #AF820E;
}
.TagClassName
{
border-color: #AF820E;
}
</style>