Shades of Dark Goldenrod #AF8607
Tints of Dark Goldenrod #AF8607
RGB
CMYK
RGB Variations
Color information
#AF8607 (or 0xAF8607) is known color: Dark Goldenrod. HEX triplet: AF, 86 and 07. RGB value is (175,134,7). Sum of RGB (Red+Green+Blue) = 175+134+7=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 7 (3.12% from 255 or 2.22% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8607 is #5079F8. Grayscale: #848484. Windows color (decimal): -5274105 or 493231. OLE color: 493231.
HSL color Cylindrical-coordinate representation of color #AF8607: hue angle of 45.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 #AF8607 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 7 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.31 |
| HSL | 45.36º | 0.92% | 0.36% | - |
| HSV(B) | 45.36º | 0.96% | 0.69% | - |
| XYZ | 26.24 | 26.18 | 3.87 | - |
| YUV | 131.78 | 57.58 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 7 | 0 | 0.23 | 0.96 | 0.31 | 45.36 | 0.92 | 0.36 |
| Hex | AF | 86 | 7 | 0 | 17 | 60 | 1F | 2D | 5C | 24 |
| Octal | 257 | 206 | 7 | 0 | 27 | 140 | 37 | 55 | 134 | 44 |
| Binary | 10101111 | 10000110 | 111 | 0 | 10111 | 1100000 | 11111 | 101101 | 1011100 | 100100 |
Color Harmonies of #AF8607
Complementary color
Monochromatic Colors of #AF8607
Black with #AF8607
Text Example
Text Example
White with #AF8607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8607; }
p { color: rgb(175,134,7); }
H1.HeaderClassName
{
color: #AF8607;
}
.AnyTagClassName
{
color: #AF8607;
}
</style>
background-color css
<style>
a { background-color: #AF8607; }
a { background-color: rgb(175,134,7); }
div.DivClassName
{
background-color: #AF8607;
}
.BgClassName
{
background-color: #AF8607;
}
</style>
border-color css
<style>
span { border-color: #AF8607; }
span { border-color: rgb(175,134,7); }
td.TdClassName
{
border-color: #AF8607;
}
.TagClassName
{
border-color: #AF8607;
}
</style>