Shades of Dark Goldenrod #AF830A
Tints of Dark Goldenrod #AF830A
RGB
CMYK
RGB Variations
Color information
#AF830A (or 0xAF830A) is known color: Dark Goldenrod. HEX triplet: AF, 83 and 0A. RGB value is (175,131,10). Sum of RGB (Red+Green+Blue) = 175+131+10=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF830A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF830A is #507CF5. Grayscale: #828282. Windows color (decimal): -5274870 or 689071. OLE color: 689071.
HSL color Cylindrical-coordinate representation of color #AF830A: hue angle of 44º 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 #AF830A is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 10 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.31 |
| HSL | 44º | 0.89% | 0.36% | - |
| HSV(B) | 44º | 0.94% | 0.69% | - |
| XYZ | 25.85 | 25.37 | 3.82 | - |
| YUV | 130.36 | 60.08 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 10 | 0 | 0.25 | 0.94 | 0.31 | 44 | 0.89 | 0.36 |
| Hex | AF | 83 | A | 0 | 19 | 5E | 1F | 2C | 59 | 24 |
| Octal | 257 | 203 | 12 | 0 | 31 | 136 | 37 | 54 | 131 | 44 |
| Binary | 10101111 | 10000011 | 1010 | 0 | 11001 | 1011110 | 11111 | 101100 | 1011001 | 100100 |
Color Harmonies of #AF830A
Complementary color
Monochromatic Colors of #AF830A
Black with #AF830A
Text Example
Text Example
White with #AF830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF830A; }
p { color: rgb(175,131,10); }
H1.HeaderClassName
{
color: #AF830A;
}
.AnyTagClassName
{
color: #AF830A;
}
</style>
background-color css
<style>
a { background-color: #AF830A; }
a { background-color: rgb(175,131,10); }
div.DivClassName
{
background-color: #AF830A;
}
.BgClassName
{
background-color: #AF830A;
}
</style>
border-color css
<style>
span { border-color: #AF830A; }
span { border-color: rgb(175,131,10); }
td.TdClassName
{
border-color: #AF830A;
}
.TagClassName
{
border-color: #AF830A;
}
</style>