Shades of Dark Goldenrod #AF7301
Tints of Dark Goldenrod #AF7301
RGB
CMYK
RGB Variations
Color information
#AF7301 (or 0xAF7301) is known color: Dark Goldenrod. HEX triplet: AF, 73 and 01. RGB value is (175,115,1). Sum of RGB (Red+Green+Blue) = 175+115+1=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7301 is #508CFE. Grayscale: #787878. Windows color (decimal): -5278975 or 95151. OLE color: 95151.
HSL color Cylindrical-coordinate representation of color #AF7301: hue angle of 39.31º 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 #AF7301 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 1 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.31 |
| HSL | 39.31º | 0.99% | 0.35% | - |
| HSV(B) | 39.31º | 0.99% | 0.69% | - |
| XYZ | 23.82 | 21.38 | 2.9 | - |
| YUV | 119.94 | 60.88 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 1 | 0 | 0.34 | 0.99 | 0.31 | 39.31 | 0.99 | 0.35 |
| Hex | AF | 73 | 1 | 0 | 22 | 63 | 1F | 27 | 63 | 23 |
| Octal | 257 | 163 | 1 | 0 | 42 | 143 | 37 | 47 | 143 | 43 |
| Binary | 10101111 | 1110011 | 1 | 0 | 100010 | 1100011 | 11111 | 100111 | 1100011 | 100011 |
Color Harmonies of #AF7301
Complementary color
Monochromatic Colors of #AF7301
Black with #AF7301
Text Example
Text Example
White with #AF7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7301; }
p { color: rgb(175,115,1); }
H1.HeaderClassName
{
color: #AF7301;
}
.AnyTagClassName
{
color: #AF7301;
}
</style>
background-color css
<style>
a { background-color: #AF7301; }
a { background-color: rgb(175,115,1); }
div.DivClassName
{
background-color: #AF7301;
}
.BgClassName
{
background-color: #AF7301;
}
</style>
border-color css
<style>
span { border-color: #AF7301; }
span { border-color: rgb(175,115,1); }
td.TdClassName
{
border-color: #AF7301;
}
.TagClassName
{
border-color: #AF7301;
}
</style>