Shades of Dark Goldenrod #AF811A
Tints of Dark Goldenrod #AF811A
RGB
CMYK
RGB Variations
Color information
#AF811A (or 0xAF811A) is known color: Dark Goldenrod. HEX triplet: AF, 81 and 1A. RGB value is (175,129,26). Sum of RGB (Red+Green+Blue) = 175+129+26=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF811A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF811A is #507EE5. Grayscale: #838383. Windows color (decimal): -5275366 or 1737135. OLE color: 1737135.
HSL color Cylindrical-coordinate representation of color #AF811A: hue angle of 41.48º 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 #AF811A is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 26 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.31 |
| HSL | 41.48º | 0.74% | 0.39% | - |
| HSV(B) | 41.48º | 0.85% | 0.69% | - |
| XYZ | 25.72 | 24.89 | 4.43 | - |
| YUV | 131.01 | 68.74 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 26 | 0 | 0.26 | 0.85 | 0.31 | 41.48 | 0.74 | 0.39 |
| Hex | AF | 81 | 1A | 0 | 1A | 55 | 1F | 29 | 4A | 27 |
| Octal | 257 | 201 | 32 | 0 | 32 | 125 | 37 | 51 | 112 | 47 |
| Binary | 10101111 | 10000001 | 11010 | 0 | 11010 | 1010101 | 11111 | 101001 | 1001010 | 100111 |
Color Harmonies of #AF811A
Complementary color
Monochromatic Colors of #AF811A
Black with #AF811A
Text Example
Text Example
White with #AF811A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF811A; }
p { color: rgb(175,129,26); }
H1.HeaderClassName
{
color: #AF811A;
}
.AnyTagClassName
{
color: #AF811A;
}
</style>
background-color css
<style>
a { background-color: #AF811A; }
a { background-color: rgb(175,129,26); }
div.DivClassName
{
background-color: #AF811A;
}
.BgClassName
{
background-color: #AF811A;
}
</style>
border-color css
<style>
span { border-color: #AF811A; }
span { border-color: rgb(175,129,26); }
td.TdClassName
{
border-color: #AF811A;
}
.TagClassName
{
border-color: #AF811A;
}
</style>