Shades of Dark Goldenrod #AF7D1A
Tints of Dark Goldenrod #AF7D1A
RGB
CMYK
RGB Variations
Color information
#AF7D1A (or 0xAF7D1A) is known color: Dark Goldenrod. HEX triplet: AF, 7D and 1A. RGB value is (175,125,26). Sum of RGB (Red+Green+Blue) = 175+125+26=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7D1A is #5082E5. Grayscale: #818181. Windows color (decimal): -5276390 or 1736111. OLE color: 1736111.
HSL color Cylindrical-coordinate representation of color #AF7D1A: hue angle of 39.87º 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 #AF7D1A is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 125 | 26 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.31 |
| HSL | 39.87º | 0.74% | 0.39% | - |
| HSV(B) | 39.87º | 0.85% | 0.69% | - |
| XYZ | 25.2 | 23.86 | 4.25 | - |
| YUV | 128.66 | 70.07 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 26 | 0 | 0.29 | 0.85 | 0.31 | 39.87 | 0.74 | 0.39 |
| Hex | AF | 7D | 1A | 0 | 1D | 55 | 1F | 28 | 4A | 27 |
| Octal | 257 | 175 | 32 | 0 | 35 | 125 | 37 | 50 | 112 | 47 |
| Binary | 10101111 | 1111101 | 11010 | 0 | 11101 | 1010101 | 11111 | 101000 | 1001010 | 100111 |
Color Harmonies of #AF7D1A
Complementary color
Monochromatic Colors of #AF7D1A
Black with #AF7D1A
Text Example
Text Example
White with #AF7D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7D1A; }
p { color: rgb(175,125,26); }
H1.HeaderClassName
{
color: #AF7D1A;
}
.AnyTagClassName
{
color: #AF7D1A;
}
</style>
background-color css
<style>
a { background-color: #AF7D1A; }
a { background-color: rgb(175,125,26); }
div.DivClassName
{
background-color: #AF7D1A;
}
.BgClassName
{
background-color: #AF7D1A;
}
</style>
border-color css
<style>
span { border-color: #AF7D1A; }
span { border-color: rgb(175,125,26); }
td.TdClassName
{
border-color: #AF7D1A;
}
.TagClassName
{
border-color: #AF7D1A;
}
</style>