Shades of Dark Goldenrod #AF8F0A
Tints of Dark Goldenrod #AF8F0A
RGB
CMYK
RGB Variations
Color information
#AF8F0A (or 0xAF8F0A) is known color: Dark Goldenrod. HEX triplet: AF, 8F and 0A. RGB value is (175,143,10). Sum of RGB (Red+Green+Blue) = 175+143+10=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8F0A is #5070F5. Grayscale: #898989. Windows color (decimal): -5271798 or 692143. OLE color: 692143.
HSL color Cylindrical-coordinate representation of color #AF8F0A: hue angle of 48.36º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF8F0A is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 10 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.31 |
| HSL | 48.36º | 0.89% | 0.36% | - |
| HSV(B) | 48.36º | 0.94% | 0.69% | - |
| XYZ | 27.56 | 28.78 | 4.39 | - |
| YUV | 137.41 | 56.1 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 10 | 0 | 0.18 | 0.94 | 0.31 | 48.36 | 0.89 | 0.36 |
| Hex | AF | 8F | A | 0 | 12 | 5E | 1F | 30 | 59 | 24 |
| Octal | 257 | 217 | 12 | 0 | 22 | 136 | 37 | 60 | 131 | 44 |
| Binary | 10101111 | 10001111 | 1010 | 0 | 10010 | 1011110 | 11111 | 110000 | 1011001 | 100100 |
Color Harmonies of #AF8F0A
Complementary color
Monochromatic Colors of #AF8F0A
Black with #AF8F0A
Text Example
Text Example
White with #AF8F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F0A; }
p { color: rgb(175,143,10); }
H1.HeaderClassName
{
color: #AF8F0A;
}
.AnyTagClassName
{
color: #AF8F0A;
}
</style>
background-color css
<style>
a { background-color: #AF8F0A; }
a { background-color: rgb(175,143,10); }
div.DivClassName
{
background-color: #AF8F0A;
}
.BgClassName
{
background-color: #AF8F0A;
}
</style>
border-color css
<style>
span { border-color: #AF8F0A; }
span { border-color: rgb(175,143,10); }
td.TdClassName
{
border-color: #AF8F0A;
}
.TagClassName
{
border-color: #AF8F0A;
}
</style>