Shades of Dark Goldenrod #AF7603
Tints of Dark Goldenrod #AF7603
RGB
CMYK
RGB Variations
Color information
#AF7603 (or 0xAF7603) is known color: Dark Goldenrod. HEX triplet: AF, 76 and 03. RGB value is (175,118,3). Sum of RGB (Red+Green+Blue) = 175+118+3=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7603 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7603 is #5089FC. Grayscale: #7A7A7A. Windows color (decimal): -5278205 or 226991. OLE color: 226991.
HSL color Cylindrical-coordinate representation of color #AF7603: hue angle of 40.12º degrees, saturation: 0.97, 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 #AF7603 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 3 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.31 |
| HSL | 40.12º | 0.97% | 0.35% | - |
| HSV(B) | 40.12º | 0.98% | 0.69% | - |
| XYZ | 24.17 | 22.08 | 3.07 | - |
| YUV | 121.93 | 60.88 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 3 | 0 | 0.33 | 0.98 | 0.31 | 40.12 | 0.97 | 0.35 |
| Hex | AF | 76 | 3 | 0 | 21 | 62 | 1F | 28 | 61 | 23 |
| Octal | 257 | 166 | 3 | 0 | 41 | 142 | 37 | 50 | 141 | 43 |
| Binary | 10101111 | 1110110 | 11 | 0 | 100001 | 1100010 | 11111 | 101000 | 1100001 | 100011 |
Color Harmonies of #AF7603
Complementary color
Monochromatic Colors of #AF7603
Black with #AF7603
Text Example
Text Example
White with #AF7603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7603; }
p { color: rgb(175,118,3); }
H1.HeaderClassName
{
color: #AF7603;
}
.AnyTagClassName
{
color: #AF7603;
}
</style>
background-color css
<style>
a { background-color: #AF7603; }
a { background-color: rgb(175,118,3); }
div.DivClassName
{
background-color: #AF7603;
}
.BgClassName
{
background-color: #AF7603;
}
</style>
border-color css
<style>
span { border-color: #AF7603; }
span { border-color: rgb(175,118,3); }
td.TdClassName
{
border-color: #AF7603;
}
.TagClassName
{
border-color: #AF7603;
}
</style>