Shades of Dark Goldenrod #AF861A
Tints of Dark Goldenrod #AF861A
RGB
CMYK
RGB Variations
Color information
#AF861A (or 0xAF861A) is known color: Dark Goldenrod. HEX triplet: AF, 86 and 1A. RGB value is (175,134,26). Sum of RGB (Red+Green+Blue) = 175+134+26=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF861A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF861A is #5079E5. Grayscale: #868686. Windows color (decimal): -5274086 or 1738415. OLE color: 1738415.
HSL color Cylindrical-coordinate representation of color #AF861A: hue angle of 43.49º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF861A is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 26 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.31 |
| HSL | 43.49º | 0.74% | 0.39% | - |
| HSV(B) | 43.49º | 0.85% | 0.69% | - |
| XYZ | 26.39 | 26.24 | 4.65 | - |
| YUV | 133.95 | 67.08 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 26 | 0 | 0.23 | 0.85 | 0.31 | 43.49 | 0.74 | 0.39 |
| Hex | AF | 86 | 1A | 0 | 17 | 55 | 1F | 2B | 4A | 27 |
| Octal | 257 | 206 | 32 | 0 | 27 | 125 | 37 | 53 | 112 | 47 |
| Binary | 10101111 | 10000110 | 11010 | 0 | 10111 | 1010101 | 11111 | 101011 | 1001010 | 100111 |
Color Harmonies of #AF861A
Complementary color
Monochromatic Colors of #AF861A
Black with #AF861A
Text Example
Text Example
White with #AF861A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF861A; }
p { color: rgb(175,134,26); }
H1.HeaderClassName
{
color: #AF861A;
}
.AnyTagClassName
{
color: #AF861A;
}
</style>
background-color css
<style>
a { background-color: #AF861A; }
a { background-color: rgb(175,134,26); }
div.DivClassName
{
background-color: #AF861A;
}
.BgClassName
{
background-color: #AF861A;
}
</style>
border-color css
<style>
span { border-color: #AF861A; }
span { border-color: rgb(175,134,26); }
td.TdClassName
{
border-color: #AF861A;
}
.TagClassName
{
border-color: #AF861A;
}
</style>