Shades of Dark Goldenrod #AF800C
Tints of Dark Goldenrod #AF800C
RGB
CMYK
RGB Variations
Color information
#AF800C (or 0xAF800C) is known color: Dark Goldenrod. HEX triplet: AF, 80 and 0C. RGB value is (175,128,12). Sum of RGB (Red+Green+Blue) = 175+128+12=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF800C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF800C is #507FF3. Grayscale: #818181. Windows color (decimal): -5275636 or 819375. OLE color: 819375.
HSL color Cylindrical-coordinate representation of color #AF800C: hue angle of 42.7º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF800C is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 12 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.31 |
| HSL | 42.7º | 0.87% | 0.37% | - |
| HSV(B) | 42.7º | 0.93% | 0.69% | - |
| XYZ | 25.46 | 24.58 | 3.75 | - |
| YUV | 128.83 | 62.07 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 12 | 0 | 0.27 | 0.93 | 0.31 | 42.7 | 0.87 | 0.37 |
| Hex | AF | 80 | C | 0 | 1B | 5D | 1F | 2B | 57 | 25 |
| Octal | 257 | 200 | 14 | 0 | 33 | 135 | 37 | 53 | 127 | 45 |
| Binary | 10101111 | 10000000 | 1100 | 0 | 11011 | 1011101 | 11111 | 101011 | 1010111 | 100101 |
Color Harmonies of #AF800C
Complementary color
Monochromatic Colors of #AF800C
Black with #AF800C
Text Example
Text Example
White with #AF800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF800C; }
p { color: rgb(175,128,12); }
H1.HeaderClassName
{
color: #AF800C;
}
.AnyTagClassName
{
color: #AF800C;
}
</style>
background-color css
<style>
a { background-color: #AF800C; }
a { background-color: rgb(175,128,12); }
div.DivClassName
{
background-color: #AF800C;
}
.BgClassName
{
background-color: #AF800C;
}
</style>
border-color css
<style>
span { border-color: #AF800C; }
span { border-color: rgb(175,128,12); }
td.TdClassName
{
border-color: #AF800C;
}
.TagClassName
{
border-color: #AF800C;
}
</style>