Shades of Dark Goldenrod #AF730F
Tints of Dark Goldenrod #AF730F
RGB
CMYK
RGB Variations
Color information
#AF730F (or 0xAF730F) is known color: Dark Goldenrod. HEX triplet: AF, 73 and 0F. RGB value is (175,115,15). Sum of RGB (Red+Green+Blue) = 175+115+15=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF730F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF730F is #508CF0. Grayscale: #7A7A7A. Windows color (decimal): -5278961 or 1012655. OLE color: 1012655.
HSL color Cylindrical-coordinate representation of color #AF730F: hue angle of 37.5º 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 #AF730F is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 15 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.31 |
| HSL | 37.5º | 0.84% | 0.37% | - |
| HSV(B) | 37.5º | 0.91% | 0.69% | - |
| XYZ | 23.9 | 21.41 | 3.33 | - |
| YUV | 121.54 | 67.88 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 15 | 0 | 0.34 | 0.91 | 0.31 | 37.5 | 0.84 | 0.37 |
| Hex | AF | 73 | F | 0 | 22 | 5B | 1F | 26 | 54 | 25 |
| Octal | 257 | 163 | 17 | 0 | 42 | 133 | 37 | 46 | 124 | 45 |
| Binary | 10101111 | 1110011 | 1111 | 0 | 100010 | 1011011 | 11111 | 100110 | 1010100 | 100101 |
Color Harmonies of #AF730F
Complementary color
Monochromatic Colors of #AF730F
Black with #AF730F
Text Example
Text Example
White with #AF730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF730F; }
p { color: rgb(175,115,15); }
H1.HeaderClassName
{
color: #AF730F;
}
.AnyTagClassName
{
color: #AF730F;
}
</style>
background-color css
<style>
a { background-color: #AF730F; }
a { background-color: rgb(175,115,15); }
div.DivClassName
{
background-color: #AF730F;
}
.BgClassName
{
background-color: #AF730F;
}
</style>
border-color css
<style>
span { border-color: #AF730F; }
span { border-color: rgb(175,115,15); }
td.TdClassName
{
border-color: #AF730F;
}
.TagClassName
{
border-color: #AF730F;
}
</style>