Shades of Dark Goldenrod #AF7703
Tints of Dark Goldenrod #AF7703
RGB
CMYK
RGB Variations
Color information
#AF7703 (or 0xAF7703) is known color: Dark Goldenrod. HEX triplet: AF, 77 and 03. RGB value is (175,119,3). Sum of RGB (Red+Green+Blue) = 175+119+3=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7703 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7703 is #5088FC. Grayscale: #7B7B7B. Windows color (decimal): -5277949 or 227247. OLE color: 227247.
HSL color Cylindrical-coordinate representation of color #AF7703: hue angle of 40.47º 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 #AF7703 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 3 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.31 |
| HSL | 40.47º | 0.97% | 0.35% | - |
| HSV(B) | 40.47º | 0.98% | 0.69% | - |
| XYZ | 24.29 | 22.31 | 3.11 | - |
| YUV | 122.52 | 60.55 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 3 | 0 | 0.32 | 0.98 | 0.31 | 40.47 | 0.97 | 0.35 |
| Hex | AF | 77 | 3 | 0 | 20 | 62 | 1F | 28 | 61 | 23 |
| Octal | 257 | 167 | 3 | 0 | 40 | 142 | 37 | 50 | 141 | 43 |
| Binary | 10101111 | 1110111 | 11 | 0 | 100000 | 1100010 | 11111 | 101000 | 1100001 | 100011 |
Color Harmonies of #AF7703
Complementary color
Monochromatic Colors of #AF7703
Black with #AF7703
Text Example
Text Example
White with #AF7703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7703; }
p { color: rgb(175,119,3); }
H1.HeaderClassName
{
color: #AF7703;
}
.AnyTagClassName
{
color: #AF7703;
}
</style>
background-color css
<style>
a { background-color: #AF7703; }
a { background-color: rgb(175,119,3); }
div.DivClassName
{
background-color: #AF7703;
}
.BgClassName
{
background-color: #AF7703;
}
</style>
border-color css
<style>
span { border-color: #AF7703; }
span { border-color: rgb(175,119,3); }
td.TdClassName
{
border-color: #AF7703;
}
.TagClassName
{
border-color: #AF7703;
}
</style>