Shades of Dark Goldenrod #AF8100
Tints of Dark Goldenrod #AF8100
RGB
CMYK
RGB Variations
Color information
#AF8100 (or 0xAF8100) is known color: Dark Goldenrod. HEX triplet: AF, 81 and 00. RGB value is (175,129,0). Sum of RGB (Red+Green+Blue) = 175+129+0=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8100 is #507EFF. Grayscale: #808080. Windows color (decimal): -5275392 or 33199. OLE color: 33199.
HSL color Cylindrical-coordinate representation of color #AF8100: hue angle of 44.23º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF8100 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.31 |
| HSL | 44.23º | 1% | 0.34% | - |
| HSV(B) | 44.23º | 1% | 0.69% | - |
| XYZ | 25.53 | 24.81 | 3.44 | - |
| YUV | 128.05 | 55.74 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 0 | 0 | 0.26 | 1 | 0.31 | 44.23 | 1 | 0.34 |
| Hex | AF | 81 | 0 | 0 | 1A | 64 | 1F | 2C | 64 | 22 |
| Octal | 257 | 201 | 0 | 0 | 32 | 144 | 37 | 54 | 144 | 42 |
| Binary | 10101111 | 10000001 | 0 | 0 | 11010 | 1100100 | 11111 | 101100 | 1100100 | 100010 |
Color Harmonies of #AF8100
Complementary color
Monochromatic Colors of #AF8100
Black with #AF8100
Text Example
Text Example
White with #AF8100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8100; }
p { color: rgb(175,129,0); }
H1.HeaderClassName
{
color: #AF8100;
}
.AnyTagClassName
{
color: #AF8100;
}
</style>
background-color css
<style>
a { background-color: #AF8100; }
a { background-color: rgb(175,129,0); }
div.DivClassName
{
background-color: #AF8100;
}
.BgClassName
{
background-color: #AF8100;
}
</style>
border-color css
<style>
span { border-color: #AF8100; }
span { border-color: rgb(175,129,0); }
td.TdClassName
{
border-color: #AF8100;
}
.TagClassName
{
border-color: #AF8100;
}
</style>