Shades of Dark Goldenrod #AF920D
Tints of Dark Goldenrod #AF920D
RGB
CMYK
RGB Variations
Color information
#AF920D (or 0xAF920D) is known color: Dark Goldenrod. HEX triplet: AF, 92 and 0D. RGB value is (175,146,13). Sum of RGB (Red+Green+Blue) = 175+146+13=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF920D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF920D is #506DF2. Grayscale: #8C8C8C. Windows color (decimal): -5271027 or 889519. OLE color: 889519.
HSL color Cylindrical-coordinate representation of color #AF920D: hue angle of 49.26º 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 #AF920D is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 146 | 13 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.31 |
| HSL | 49.26º | 0.86% | 0.37% | - |
| HSV(B) | 49.26º | 0.93% | 0.69% | - |
| XYZ | 28.03 | 29.7 | 4.64 | - |
| YUV | 139.51 | 56.61 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 13 | 0 | 0.17 | 0.93 | 0.31 | 49.26 | 0.86 | 0.37 |
| Hex | AF | 92 | D | 0 | 11 | 5D | 1F | 31 | 56 | 25 |
| Octal | 257 | 222 | 15 | 0 | 21 | 135 | 37 | 61 | 126 | 45 |
| Binary | 10101111 | 10010010 | 1101 | 0 | 10001 | 1011101 | 11111 | 110001 | 1010110 | 100101 |
Color Harmonies of #AF920D
Complementary color
Monochromatic Colors of #AF920D
Black with #AF920D
Text Example
Text Example
White with #AF920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF920D; }
p { color: rgb(175,146,13); }
H1.HeaderClassName
{
color: #AF920D;
}
.AnyTagClassName
{
color: #AF920D;
}
</style>
background-color css
<style>
a { background-color: #AF920D; }
a { background-color: rgb(175,146,13); }
div.DivClassName
{
background-color: #AF920D;
}
.BgClassName
{
background-color: #AF920D;
}
</style>
border-color css
<style>
span { border-color: #AF920D; }
span { border-color: rgb(175,146,13); }
td.TdClassName
{
border-color: #AF920D;
}
.TagClassName
{
border-color: #AF920D;
}
</style>