Shades of Dark Goldenrod #AF9301
Tints of Dark Goldenrod #AF9301
RGB
CMYK
RGB Variations
Color information
#AF9301 (or 0xAF9301) is known color: Dark Goldenrod. HEX triplet: AF, 93 and 01. RGB value is (175,147,1). Sum of RGB (Red+Green+Blue) = 175+147+1=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9301 is #506CFE. Grayscale: #8B8B8B. Windows color (decimal): -5270783 or 103343. OLE color: 103343.
HSL color Cylindrical-coordinate representation of color #AF9301: hue angle of 50.34º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF9301 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.31 |
| HSL | 50.34º | 0.99% | 0.35% | - |
| HSV(B) | 50.34º | 0.99% | 0.69% | - |
| XYZ | 28.12 | 29.98 | 4.33 | - |
| YUV | 138.73 | 50.28 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 1 | 0 | 0.16 | 0.99 | 0.31 | 50.34 | 0.99 | 0.35 |
| Hex | AF | 93 | 1 | 0 | 10 | 63 | 1F | 32 | 63 | 23 |
| Octal | 257 | 223 | 1 | 0 | 20 | 143 | 37 | 62 | 143 | 43 |
| Binary | 10101111 | 10010011 | 1 | 0 | 10000 | 1100011 | 11111 | 110010 | 1100011 | 100011 |
Color Harmonies of #AF9301
Complementary color
Monochromatic Colors of #AF9301
Black with #AF9301
Text Example
Text Example
White with #AF9301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9301; }
p { color: rgb(175,147,1); }
H1.HeaderClassName
{
color: #AF9301;
}
.AnyTagClassName
{
color: #AF9301;
}
</style>
background-color css
<style>
a { background-color: #AF9301; }
a { background-color: rgb(175,147,1); }
div.DivClassName
{
background-color: #AF9301;
}
.BgClassName
{
background-color: #AF9301;
}
</style>
border-color css
<style>
span { border-color: #AF9301; }
span { border-color: rgb(175,147,1); }
td.TdClassName
{
border-color: #AF9301;
}
.TagClassName
{
border-color: #AF9301;
}
</style>