Shades of Dark Goldenrod #AF7F0F
Tints of Dark Goldenrod #AF7F0F
RGB
CMYK
RGB Variations
Color information
#AF7F0F (or 0xAF7F0F) is known color: Dark Goldenrod. HEX triplet: AF, 7F and 0F. RGB value is (175,127,15). Sum of RGB (Red+Green+Blue) = 175+127+15=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7F0F is #5080F0. Grayscale: #818181. Windows color (decimal): -5275889 or 1015727. OLE color: 1015727.
HSL color Cylindrical-coordinate representation of color #AF7F0F: hue angle of 42º 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 #AF7F0F is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 15 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.31 |
| HSL | 42º | 0.84% | 0.37% | - |
| HSV(B) | 42º | 0.91% | 0.69% | - |
| XYZ | 25.35 | 24.33 | 3.81 | - |
| YUV | 128.58 | 63.9 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 15 | 0 | 0.27 | 0.91 | 0.31 | 42 | 0.84 | 0.37 |
| Hex | AF | 7F | F | 0 | 1B | 5B | 1F | 2A | 54 | 25 |
| Octal | 257 | 177 | 17 | 0 | 33 | 133 | 37 | 52 | 124 | 45 |
| Binary | 10101111 | 1111111 | 1111 | 0 | 11011 | 1011011 | 11111 | 101010 | 1010100 | 100101 |
Color Harmonies of #AF7F0F
Complementary color
Monochromatic Colors of #AF7F0F
Black with #AF7F0F
Text Example
Text Example
White with #AF7F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7F0F; }
p { color: rgb(175,127,15); }
H1.HeaderClassName
{
color: #AF7F0F;
}
.AnyTagClassName
{
color: #AF7F0F;
}
</style>
background-color css
<style>
a { background-color: #AF7F0F; }
a { background-color: rgb(175,127,15); }
div.DivClassName
{
background-color: #AF7F0F;
}
.BgClassName
{
background-color: #AF7F0F;
}
</style>
border-color css
<style>
span { border-color: #AF7F0F; }
span { border-color: rgb(175,127,15); }
td.TdClassName
{
border-color: #AF7F0F;
}
.TagClassName
{
border-color: #AF7F0F;
}
</style>