Shades of Dark Goldenrod #AF790B
Tints of Dark Goldenrod #AF790B
RGB
CMYK
RGB Variations
Color information
#AF790B (or 0xAF790B) is known color: Dark Goldenrod. HEX triplet: AF, 79 and 0B. RGB value is (175,121,11). Sum of RGB (Red+Green+Blue) = 175+121+11=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF790B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF790B is #5086F4. Grayscale: #7D7D7D. Windows color (decimal): -5277429 or 752047. OLE color: 752047.
HSL color Cylindrical-coordinate representation of color #AF790B: hue angle of 40.24º 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 #AF790B is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 11 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.31 |
| HSL | 40.24º | 0.88% | 0.36% | - |
| HSV(B) | 40.24º | 0.94% | 0.69% | - |
| XYZ | 24.58 | 22.81 | 3.42 | - |
| YUV | 124.61 | 63.89 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 11 | 0 | 0.31 | 0.94 | 0.31 | 40.24 | 0.88 | 0.36 |
| Hex | AF | 79 | B | 0 | 1F | 5E | 1F | 28 | 58 | 24 |
| Octal | 257 | 171 | 13 | 0 | 37 | 136 | 37 | 50 | 130 | 44 |
| Binary | 10101111 | 1111001 | 1011 | 0 | 11111 | 1011110 | 11111 | 101000 | 1011000 | 100100 |
Color Harmonies of #AF790B
Complementary color
Monochromatic Colors of #AF790B
Black with #AF790B
Text Example
Text Example
White with #AF790B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF790B; }
p { color: rgb(175,121,11); }
H1.HeaderClassName
{
color: #AF790B;
}
.AnyTagClassName
{
color: #AF790B;
}
</style>
background-color css
<style>
a { background-color: #AF790B; }
a { background-color: rgb(175,121,11); }
div.DivClassName
{
background-color: #AF790B;
}
.BgClassName
{
background-color: #AF790B;
}
</style>
border-color css
<style>
span { border-color: #AF790B; }
span { border-color: rgb(175,121,11); }
td.TdClassName
{
border-color: #AF790B;
}
.TagClassName
{
border-color: #AF790B;
}
</style>