Shades of Dark Goldenrod #AF7700
Tints of Dark Goldenrod #AF7700
RGB
CMYK
RGB Variations
Color information
#AF7700 (or 0xAF7700) is known color: Dark Goldenrod. HEX triplet: AF, 77 and 00. RGB value is (175,119,0). Sum of RGB (Red+Green+Blue) = 175+119+0=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7700 is #5088FF. Grayscale: #7A7A7A. Windows color (decimal): -5277952 or 30639. OLE color: 30639.
HSL color Cylindrical-coordinate representation of color #AF7700: hue angle of 40.8º 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 #AF7700 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.31 |
| HSL | 40.8º | 1% | 0.34% | - |
| HSV(B) | 40.8º | 1% | 0.69% | - |
| XYZ | 24.28 | 22.31 | 3.03 | - |
| YUV | 122.18 | 59.05 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 0 | 0 | 0.32 | 1 | 0.31 | 40.8 | 1 | 0.34 |
| Hex | AF | 77 | 0 | 0 | 20 | 64 | 1F | 29 | 64 | 22 |
| Octal | 257 | 167 | 0 | 0 | 40 | 144 | 37 | 51 | 144 | 42 |
| Binary | 10101111 | 1110111 | 0 | 0 | 100000 | 1100100 | 11111 | 101001 | 1100100 | 100010 |
Color Harmonies of #AF7700
Complementary color
Monochromatic Colors of #AF7700
Black with #AF7700
Text Example
Text Example
White with #AF7700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7700; }
p { color: rgb(175,119,0); }
H1.HeaderClassName
{
color: #AF7700;
}
.AnyTagClassName
{
color: #AF7700;
}
</style>
background-color css
<style>
a { background-color: #AF7700; }
a { background-color: rgb(175,119,0); }
div.DivClassName
{
background-color: #AF7700;
}
.BgClassName
{
background-color: #AF7700;
}
</style>
border-color css
<style>
span { border-color: #AF7700; }
span { border-color: rgb(175,119,0); }
td.TdClassName
{
border-color: #AF7700;
}
.TagClassName
{
border-color: #AF7700;
}
</style>