Shades of Dark Goldenrod #AF7E04
Tints of Dark Goldenrod #AF7E04
RGB
CMYK
RGB Variations
Color information
#AF7E04 (or 0xAF7E04) is known color: Dark Goldenrod. HEX triplet: AF, 7E and 04. RGB value is (175,126,4). Sum of RGB (Red+Green+Blue) = 175+126+4=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7E04 is #5081FB. Grayscale: #7F7F7F. Windows color (decimal): -5276156 or 294575. OLE color: 294575.
HSL color Cylindrical-coordinate representation of color #AF7E04: hue angle of 42.81º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF7E04 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 126 | 4 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.31 |
| HSL | 42.81º | 0.96% | 0.35% | - |
| HSV(B) | 42.81º | 0.98% | 0.69% | - |
| XYZ | 25.16 | 24.04 | 3.43 | - |
| YUV | 126.74 | 58.73 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 126 | 4 | 0 | 0.28 | 0.98 | 0.31 | 42.81 | 0.96 | 0.35 |
| Hex | AF | 7E | 4 | 0 | 1C | 62 | 1F | 2B | 60 | 23 |
| Octal | 257 | 176 | 4 | 0 | 34 | 142 | 37 | 53 | 140 | 43 |
| Binary | 10101111 | 1111110 | 100 | 0 | 11100 | 1100010 | 11111 | 101011 | 1100000 | 100011 |
Color Harmonies of #AF7E04
Complementary color
Monochromatic Colors of #AF7E04
Black with #AF7E04
Text Example
Text Example
White with #AF7E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7E04; }
p { color: rgb(175,126,4); }
H1.HeaderClassName
{
color: #AF7E04;
}
.AnyTagClassName
{
color: #AF7E04;
}
</style>
background-color css
<style>
a { background-color: #AF7E04; }
a { background-color: rgb(175,126,4); }
div.DivClassName
{
background-color: #AF7E04;
}
.BgClassName
{
background-color: #AF7E04;
}
</style>
border-color css
<style>
span { border-color: #AF7E04; }
span { border-color: rgb(175,126,4); }
td.TdClassName
{
border-color: #AF7E04;
}
.TagClassName
{
border-color: #AF7E04;
}
</style>