Shades of Dark Goldenrod #AF9407
Tints of Dark Goldenrod #AF9407
RGB
CMYK
RGB Variations
Color information
#AF9407 (or 0xAF9407) is known color: Dark Goldenrod. HEX triplet: AF, 94 and 07. RGB value is (175,148,7). Sum of RGB (Red+Green+Blue) = 175+148+7=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9407 is #506BF8. Grayscale: #8C8C8C. Windows color (decimal): -5270521 or 496815. OLE color: 496815.
HSL color Cylindrical-coordinate representation of color #AF9407: hue angle of 50.36º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF9407 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 7 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.31 |
| HSL | 50.36º | 0.92% | 0.36% | - |
| HSV(B) | 50.36º | 0.96% | 0.69% | - |
| XYZ | 28.31 | 30.31 | 4.56 | - |
| YUV | 140 | 52.95 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 7 | 0 | 0.15 | 0.96 | 0.31 | 50.36 | 0.92 | 0.36 |
| Hex | AF | 94 | 7 | 0 | F | 60 | 1F | 32 | 5C | 24 |
| Octal | 257 | 224 | 7 | 0 | 17 | 140 | 37 | 62 | 134 | 44 |
| Binary | 10101111 | 10010100 | 111 | 0 | 1111 | 1100000 | 11111 | 110010 | 1011100 | 100100 |
Color Harmonies of #AF9407
Complementary color
Monochromatic Colors of #AF9407
Black with #AF9407
Text Example
Text Example
White with #AF9407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9407; }
p { color: rgb(175,148,7); }
H1.HeaderClassName
{
color: #AF9407;
}
.AnyTagClassName
{
color: #AF9407;
}
</style>
background-color css
<style>
a { background-color: #AF9407; }
a { background-color: rgb(175,148,7); }
div.DivClassName
{
background-color: #AF9407;
}
.BgClassName
{
background-color: #AF9407;
}
</style>
border-color css
<style>
span { border-color: #AF9407; }
span { border-color: rgb(175,148,7); }
td.TdClassName
{
border-color: #AF9407;
}
.TagClassName
{
border-color: #AF9407;
}
</style>