Shades of Dark Goldenrod #AF8F0D
Tints of Dark Goldenrod #AF8F0D
RGB
CMYK
RGB Variations
Color information
#AF8F0D (or 0xAF8F0D) is known color: Dark Goldenrod. HEX triplet: AF, 8F and 0D. RGB value is (175,143,13). Sum of RGB (Red+Green+Blue) = 175+143+13=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8F0D is #5070F2. Grayscale: #8A8A8A. Windows color (decimal): -5271795 or 888751. OLE color: 888751.
HSL color Cylindrical-coordinate representation of color #AF8F0D: hue angle of 48.15º degrees, saturation: 0.86, 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 #AF8F0D is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 13 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.31 |
| HSL | 48.15º | 0.86% | 0.37% | - |
| HSV(B) | 48.15º | 0.93% | 0.69% | - |
| XYZ | 27.57 | 28.79 | 4.48 | - |
| YUV | 137.75 | 57.6 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 13 | 0 | 0.18 | 0.93 | 0.31 | 48.15 | 0.86 | 0.37 |
| Hex | AF | 8F | D | 0 | 12 | 5D | 1F | 30 | 56 | 25 |
| Octal | 257 | 217 | 15 | 0 | 22 | 135 | 37 | 60 | 126 | 45 |
| Binary | 10101111 | 10001111 | 1101 | 0 | 10010 | 1011101 | 11111 | 110000 | 1010110 | 100101 |
Color Harmonies of #AF8F0D
Complementary color
Monochromatic Colors of #AF8F0D
Black with #AF8F0D
Text Example
Text Example
White with #AF8F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F0D; }
p { color: rgb(175,143,13); }
H1.HeaderClassName
{
color: #AF8F0D;
}
.AnyTagClassName
{
color: #AF8F0D;
}
</style>
background-color css
<style>
a { background-color: #AF8F0D; }
a { background-color: rgb(175,143,13); }
div.DivClassName
{
background-color: #AF8F0D;
}
.BgClassName
{
background-color: #AF8F0D;
}
</style>
border-color css
<style>
span { border-color: #AF8F0D; }
span { border-color: rgb(175,143,13); }
td.TdClassName
{
border-color: #AF8F0D;
}
.TagClassName
{
border-color: #AF8F0D;
}
</style>