Shades of Dark Goldenrod #AF770F
Tints of Dark Goldenrod #AF770F
RGB
CMYK
RGB Variations
Color information
#AF770F (or 0xAF770F) is known color: Dark Goldenrod. HEX triplet: AF, 77 and 0F. RGB value is (175,119,15). Sum of RGB (Red+Green+Blue) = 175+119+15=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF770F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF770F is #5088F0. Grayscale: #7C7C7C. Windows color (decimal): -5277937 or 1013679. OLE color: 1013679.
HSL color Cylindrical-coordinate representation of color #AF770F: hue angle of 39º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF770F is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 15 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.31 |
| HSL | 39º | 0.84% | 0.37% | - |
| HSV(B) | 39º | 0.91% | 0.69% | - |
| XYZ | 24.36 | 22.34 | 3.48 | - |
| YUV | 123.89 | 66.55 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 15 | 0 | 0.32 | 0.91 | 0.31 | 39 | 0.84 | 0.37 |
| Hex | AF | 77 | F | 0 | 20 | 5B | 1F | 27 | 54 | 25 |
| Octal | 257 | 167 | 17 | 0 | 40 | 133 | 37 | 47 | 124 | 45 |
| Binary | 10101111 | 1110111 | 1111 | 0 | 100000 | 1011011 | 11111 | 100111 | 1010100 | 100101 |
Color Harmonies of #AF770F
Complementary color
Monochromatic Colors of #AF770F
Black with #AF770F
Text Example
Text Example
White with #AF770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF770F; }
p { color: rgb(175,119,15); }
H1.HeaderClassName
{
color: #AF770F;
}
.AnyTagClassName
{
color: #AF770F;
}
</style>
background-color css
<style>
a { background-color: #AF770F; }
a { background-color: rgb(175,119,15); }
div.DivClassName
{
background-color: #AF770F;
}
.BgClassName
{
background-color: #AF770F;
}
</style>
border-color css
<style>
span { border-color: #AF770F; }
span { border-color: rgb(175,119,15); }
td.TdClassName
{
border-color: #AF770F;
}
.TagClassName
{
border-color: #AF770F;
}
</style>