Shades of Dark Goldenrod #AF7401
Tints of Dark Goldenrod #AF7401
RGB
CMYK
RGB Variations
Color information
#AF7401 (or 0xAF7401) is known color: Dark Goldenrod. HEX triplet: AF, 74 and 01. RGB value is (175,116,1). Sum of RGB (Red+Green+Blue) = 175+116+1=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7401 is #508BFE. Grayscale: #797979. Windows color (decimal): -5278719 or 95407. OLE color: 95407.
HSL color Cylindrical-coordinate representation of color #AF7401: hue angle of 39.66º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF7401 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 1 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.31 |
| HSL | 39.66º | 0.99% | 0.35% | - |
| HSV(B) | 39.66º | 0.99% | 0.69% | - |
| XYZ | 23.93 | 21.61 | 2.94 | - |
| YUV | 120.53 | 60.55 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 1 | 0 | 0.34 | 0.99 | 0.31 | 39.66 | 0.99 | 0.35 |
| Hex | AF | 74 | 1 | 0 | 22 | 63 | 1F | 28 | 63 | 23 |
| Octal | 257 | 164 | 1 | 0 | 42 | 143 | 37 | 50 | 143 | 43 |
| Binary | 10101111 | 1110100 | 1 | 0 | 100010 | 1100011 | 11111 | 101000 | 1100011 | 100011 |
Color Harmonies of #AF7401
Complementary color
Monochromatic Colors of #AF7401
Black with #AF7401
Text Example
Text Example
White with #AF7401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7401; }
p { color: rgb(175,116,1); }
H1.HeaderClassName
{
color: #AF7401;
}
.AnyTagClassName
{
color: #AF7401;
}
</style>
background-color css
<style>
a { background-color: #AF7401; }
a { background-color: rgb(175,116,1); }
div.DivClassName
{
background-color: #AF7401;
}
.BgClassName
{
background-color: #AF7401;
}
</style>
border-color css
<style>
span { border-color: #AF7401; }
span { border-color: rgb(175,116,1); }
td.TdClassName
{
border-color: #AF7401;
}
.TagClassName
{
border-color: #AF7401;
}
</style>