Shades of Dark Goldenrod #AF830B
Tints of Dark Goldenrod #AF830B
RGB
CMYK
RGB Variations
Color information
#AF830B (or 0xAF830B) is known color: Dark Goldenrod. HEX triplet: AF, 83 and 0B. RGB value is (175,131,11). Sum of RGB (Red+Green+Blue) = 175+131+11=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF830B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF830B is #507CF4. Grayscale: #838383. Windows color (decimal): -5274869 or 754607. OLE color: 754607.
HSL color Cylindrical-coordinate representation of color #AF830B: hue angle of 43.9º degrees, saturation: 0.88, 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 #AF830B is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 11 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.31 |
| HSL | 43.9º | 0.88% | 0.36% | - |
| HSV(B) | 43.9º | 0.94% | 0.69% | - |
| XYZ | 25.86 | 25.37 | 3.85 | - |
| YUV | 130.48 | 60.58 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 11 | 0 | 0.25 | 0.94 | 0.31 | 43.9 | 0.88 | 0.36 |
| Hex | AF | 83 | B | 0 | 19 | 5E | 1F | 2C | 58 | 24 |
| Octal | 257 | 203 | 13 | 0 | 31 | 136 | 37 | 54 | 130 | 44 |
| Binary | 10101111 | 10000011 | 1011 | 0 | 11001 | 1011110 | 11111 | 101100 | 1011000 | 100100 |
Color Harmonies of #AF830B
Complementary color
Monochromatic Colors of #AF830B
Black with #AF830B
Text Example
Text Example
White with #AF830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF830B; }
p { color: rgb(175,131,11); }
H1.HeaderClassName
{
color: #AF830B;
}
.AnyTagClassName
{
color: #AF830B;
}
</style>
background-color css
<style>
a { background-color: #AF830B; }
a { background-color: rgb(175,131,11); }
div.DivClassName
{
background-color: #AF830B;
}
.BgClassName
{
background-color: #AF830B;
}
</style>
border-color css
<style>
span { border-color: #AF830B; }
span { border-color: rgb(175,131,11); }
td.TdClassName
{
border-color: #AF830B;
}
.TagClassName
{
border-color: #AF830B;
}
</style>