Shades of Dark Goldenrod #AF8601
Tints of Dark Goldenrod #AF8601
RGB
CMYK
RGB Variations
Color information
#AF8601 (or 0xAF8601) is known color: Dark Goldenrod. HEX triplet: AF, 86 and 01. RGB value is (175,134,1). Sum of RGB (Red+Green+Blue) = 175+134+1=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8601 is #5079FE. Grayscale: #838383. Windows color (decimal): -5274111 or 100015. OLE color: 100015.
HSL color Cylindrical-coordinate representation of color #AF8601: hue angle of 45.86º 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 #AF8601 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 1 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.31 |
| HSL | 45.86º | 0.99% | 0.35% | - |
| HSV(B) | 45.86º | 0.99% | 0.69% | - |
| XYZ | 26.21 | 26.17 | 3.7 | - |
| YUV | 131.1 | 54.58 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 1 | 0 | 0.23 | 0.99 | 0.31 | 45.86 | 0.99 | 0.35 |
| Hex | AF | 86 | 1 | 0 | 17 | 63 | 1F | 2E | 63 | 23 |
| Octal | 257 | 206 | 1 | 0 | 27 | 143 | 37 | 56 | 143 | 43 |
| Binary | 10101111 | 10000110 | 1 | 0 | 10111 | 1100011 | 11111 | 101110 | 1100011 | 100011 |
Color Harmonies of #AF8601
Complementary color
Monochromatic Colors of #AF8601
Black with #AF8601
Text Example
Text Example
White with #AF8601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8601; }
p { color: rgb(175,134,1); }
H1.HeaderClassName
{
color: #AF8601;
}
.AnyTagClassName
{
color: #AF8601;
}
</style>
background-color css
<style>
a { background-color: #AF8601; }
a { background-color: rgb(175,134,1); }
div.DivClassName
{
background-color: #AF8601;
}
.BgClassName
{
background-color: #AF8601;
}
</style>
border-color css
<style>
span { border-color: #AF8601; }
span { border-color: rgb(175,134,1); }
td.TdClassName
{
border-color: #AF8601;
}
.TagClassName
{
border-color: #AF8601;
}
</style>