Shades of Dark Goldenrod #AF9403
Tints of Dark Goldenrod #AF9403
RGB
CMYK
RGB Variations
Color information
#AF9403 (or 0xAF9403) is known color: Dark Goldenrod. HEX triplet: AF, 94 and 03. RGB value is (175,148,3). Sum of RGB (Red+Green+Blue) = 175+148+3=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9403 is #506BFC. Grayscale: #8C8C8C. Windows color (decimal): -5270525 or 234671. OLE color: 234671.
HSL color Cylindrical-coordinate representation of color #AF9403: hue angle of 50.58º 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 #AF9403 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 3 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.31 |
| HSL | 50.58º | 0.97% | 0.35% | - |
| HSV(B) | 50.58º | 0.98% | 0.69% | - |
| XYZ | 28.29 | 30.3 | 4.44 | - |
| YUV | 139.54 | 50.95 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 3 | 0 | 0.15 | 0.98 | 0.31 | 50.58 | 0.97 | 0.35 |
| Hex | AF | 94 | 3 | 0 | F | 62 | 1F | 33 | 61 | 23 |
| Octal | 257 | 224 | 3 | 0 | 17 | 142 | 37 | 63 | 141 | 43 |
| Binary | 10101111 | 10010100 | 11 | 0 | 1111 | 1100010 | 11111 | 110011 | 1100001 | 100011 |
Color Harmonies of #AF9403
Complementary color
Monochromatic Colors of #AF9403
Black with #AF9403
Text Example
Text Example
White with #AF9403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9403; }
p { color: rgb(175,148,3); }
H1.HeaderClassName
{
color: #AF9403;
}
.AnyTagClassName
{
color: #AF9403;
}
</style>
background-color css
<style>
a { background-color: #AF9403; }
a { background-color: rgb(175,148,3); }
div.DivClassName
{
background-color: #AF9403;
}
.BgClassName
{
background-color: #AF9403;
}
</style>
border-color css
<style>
span { border-color: #AF9403; }
span { border-color: rgb(175,148,3); }
td.TdClassName
{
border-color: #AF9403;
}
.TagClassName
{
border-color: #AF9403;
}
</style>