Shades of Dark Goldenrod #AF7100
Tints of Dark Goldenrod #AF7100
RGB
CMYK
RGB Variations
Color information
#AF7100 (or 0xAF7100) is known color: Dark Goldenrod. HEX triplet: AF, 71 and 00. RGB value is (175,113,0). Sum of RGB (Red+Green+Blue) = 175+113+0=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7100 is #508EFF. Grayscale: #777777. Windows color (decimal): -5279488 or 29103. OLE color: 29103.
HSL color Cylindrical-coordinate representation of color #AF7100: hue angle of 38.74º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF7100 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 113 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.31 |
| HSL | 38.74º | 1% | 0.34% | - |
| HSV(B) | 38.74º | 1% | 0.69% | - |
| XYZ | 23.58 | 20.92 | 2.8 | - |
| YUV | 118.66 | 61.04 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 0 | 0 | 0.35 | 1 | 0.31 | 38.74 | 1 | 0.34 |
| Hex | AF | 71 | 0 | 0 | 23 | 64 | 1F | 27 | 64 | 22 |
| Octal | 257 | 161 | 0 | 0 | 43 | 144 | 37 | 47 | 144 | 42 |
| Binary | 10101111 | 1110001 | 0 | 0 | 100011 | 1100100 | 11111 | 100111 | 1100100 | 100010 |
Color Harmonies of #AF7100
Complementary color
Monochromatic Colors of #AF7100
Black with #AF7100
Text Example
Text Example
White with #AF7100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7100; }
p { color: rgb(175,113,0); }
H1.HeaderClassName
{
color: #AF7100;
}
.AnyTagClassName
{
color: #AF7100;
}
</style>
background-color css
<style>
a { background-color: #AF7100; }
a { background-color: rgb(175,113,0); }
div.DivClassName
{
background-color: #AF7100;
}
.BgClassName
{
background-color: #AF7100;
}
</style>
border-color css
<style>
span { border-color: #AF7100; }
span { border-color: rgb(175,113,0); }
td.TdClassName
{
border-color: #AF7100;
}
.TagClassName
{
border-color: #AF7100;
}
</style>