Shades of Dark Goldenrod #AF8C03
Tints of Dark Goldenrod #AF8C03
RGB
CMYK
RGB Variations
Color information
#AF8C03 (or 0xAF8C03) is known color: Dark Goldenrod. HEX triplet: AF, 8C and 03. RGB value is (175,140,3). Sum of RGB (Red+Green+Blue) = 175+140+3=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8C03 is #5073FC. Grayscale: #878787. Windows color (decimal): -5272573 or 232623. OLE color: 232623.
HSL color Cylindrical-coordinate representation of color #AF8C03: hue angle of 47.79º 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 #AF8C03 is Cyan = 0, Magento = 0.2, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 3 | - |
| CMYK | 0 | 0.2 | 0.98 | 0.31 |
| HSL | 47.79º | 0.97% | 0.35% | - |
| HSV(B) | 47.79º | 0.98% | 0.69% | - |
| XYZ | 27.07 | 27.88 | 4.04 | - |
| YUV | 134.85 | 53.6 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 3 | 0 | 0.2 | 0.98 | 0.31 | 47.79 | 0.97 | 0.35 |
| Hex | AF | 8C | 3 | 0 | 14 | 62 | 1F | 30 | 61 | 23 |
| Octal | 257 | 214 | 3 | 0 | 24 | 142 | 37 | 60 | 141 | 43 |
| Binary | 10101111 | 10001100 | 11 | 0 | 10100 | 1100010 | 11111 | 110000 | 1100001 | 100011 |
Color Harmonies of #AF8C03
Complementary color
Monochromatic Colors of #AF8C03
Black with #AF8C03
Text Example
Text Example
White with #AF8C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C03; }
p { color: rgb(175,140,3); }
H1.HeaderClassName
{
color: #AF8C03;
}
.AnyTagClassName
{
color: #AF8C03;
}
</style>
background-color css
<style>
a { background-color: #AF8C03; }
a { background-color: rgb(175,140,3); }
div.DivClassName
{
background-color: #AF8C03;
}
.BgClassName
{
background-color: #AF8C03;
}
</style>
border-color css
<style>
span { border-color: #AF8C03; }
span { border-color: rgb(175,140,3); }
td.TdClassName
{
border-color: #AF8C03;
}
.TagClassName
{
border-color: #AF8C03;
}
</style>