Shades of Dark Goldenrod #AF9007
Tints of Dark Goldenrod #AF9007
RGB
CMYK
RGB Variations
Color information
#AF9007 (or 0xAF9007) is known color: Dark Goldenrod. HEX triplet: AF, 90 and 07. RGB value is (175,144,7). Sum of RGB (Red+Green+Blue) = 175+144+7=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9007 is #506FF8. Grayscale: #8A8A8A. Windows color (decimal): -5271545 or 495791. OLE color: 495791.
HSL color Cylindrical-coordinate representation of color #AF9007: hue angle of 48.93º 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 #AF9007 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 144 | 7 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.31 |
| HSL | 48.93º | 0.92% | 0.36% | - |
| HSV(B) | 48.93º | 0.96% | 0.69% | - |
| XYZ | 27.69 | 29.08 | 4.35 | - |
| YUV | 137.65 | 54.27 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 7 | 0 | 0.18 | 0.96 | 0.31 | 48.93 | 0.92 | 0.36 |
| Hex | AF | 90 | 7 | 0 | 12 | 60 | 1F | 31 | 5C | 24 |
| Octal | 257 | 220 | 7 | 0 | 22 | 140 | 37 | 61 | 134 | 44 |
| Binary | 10101111 | 10010000 | 111 | 0 | 10010 | 1100000 | 11111 | 110001 | 1011100 | 100100 |
Color Harmonies of #AF9007
Complementary color
Monochromatic Colors of #AF9007
Black with #AF9007
Text Example
Text Example
White with #AF9007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9007; }
p { color: rgb(175,144,7); }
H1.HeaderClassName
{
color: #AF9007;
}
.AnyTagClassName
{
color: #AF9007;
}
</style>
background-color css
<style>
a { background-color: #AF9007; }
a { background-color: rgb(175,144,7); }
div.DivClassName
{
background-color: #AF9007;
}
.BgClassName
{
background-color: #AF9007;
}
</style>
border-color css
<style>
span { border-color: #AF9007; }
span { border-color: rgb(175,144,7); }
td.TdClassName
{
border-color: #AF9007;
}
.TagClassName
{
border-color: #AF9007;
}
</style>