Shades of Dark Goldenrod #AF7C15
Tints of Dark Goldenrod #AF7C15
RGB
CMYK
RGB Variations
Color information
#AF7C15 (or 0xAF7C15) is known color: Dark Goldenrod. HEX triplet: AF, 7C and 15. RGB value is (175,124,21). Sum of RGB (Red+Green+Blue) = 175+124+21=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7C15 is #5083EA. Grayscale: #7F7F7F. Windows color (decimal): -5276651 or 1408175. OLE color: 1408175.
HSL color Cylindrical-coordinate representation of color #AF7C15: hue angle of 40.13º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF7C15 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 124 | 21 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.31 |
| HSL | 40.13º | 0.79% | 0.38% | - |
| HSV(B) | 40.13º | 0.88% | 0.69% | - |
| XYZ | 25.02 | 23.58 | 3.94 | - |
| YUV | 127.51 | 67.9 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 124 | 21 | 0 | 0.29 | 0.88 | 0.31 | 40.13 | 0.79 | 0.38 |
| Hex | AF | 7C | 15 | 0 | 1D | 58 | 1F | 28 | 4F | 26 |
| Octal | 257 | 174 | 25 | 0 | 35 | 130 | 37 | 50 | 117 | 46 |
| Binary | 10101111 | 1111100 | 10101 | 0 | 11101 | 1011000 | 11111 | 101000 | 1001111 | 100110 |
Color Harmonies of #AF7C15
Complementary color
Monochromatic Colors of #AF7C15
Black with #AF7C15
Text Example
Text Example
White with #AF7C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7C15; }
p { color: rgb(175,124,21); }
H1.HeaderClassName
{
color: #AF7C15;
}
.AnyTagClassName
{
color: #AF7C15;
}
</style>
background-color css
<style>
a { background-color: #AF7C15; }
a { background-color: rgb(175,124,21); }
div.DivClassName
{
background-color: #AF7C15;
}
.BgClassName
{
background-color: #AF7C15;
}
</style>
border-color css
<style>
span { border-color: #AF7C15; }
span { border-color: rgb(175,124,21); }
td.TdClassName
{
border-color: #AF7C15;
}
.TagClassName
{
border-color: #AF7C15;
}
</style>