Shades of Dark Goldenrod #AF7705
Tints of Dark Goldenrod #AF7705
RGB
CMYK
RGB Variations
Color information
#AF7705 (or 0xAF7705) is known color: Dark Goldenrod. HEX triplet: AF, 77 and 05. RGB value is (175,119,5). Sum of RGB (Red+Green+Blue) = 175+119+5=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7705 is #5088FA. Grayscale: #7B7B7B. Windows color (decimal): -5277947 or 358319. OLE color: 358319.
HSL color Cylindrical-coordinate representation of color #AF7705: hue angle of 40.24º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF7705 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 5 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.31 |
| HSL | 40.24º | 0.94% | 0.35% | - |
| HSV(B) | 40.24º | 0.97% | 0.69% | - |
| XYZ | 24.3 | 22.32 | 3.17 | - |
| YUV | 122.75 | 61.55 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 5 | 0 | 0.32 | 0.97 | 0.31 | 40.24 | 0.94 | 0.35 |
| Hex | AF | 77 | 5 | 0 | 20 | 61 | 1F | 28 | 5E | 23 |
| Octal | 257 | 167 | 5 | 0 | 40 | 141 | 37 | 50 | 136 | 43 |
| Binary | 10101111 | 1110111 | 101 | 0 | 100000 | 1100001 | 11111 | 101000 | 1011110 | 100011 |
Color Harmonies of #AF7705
Complementary color
Monochromatic Colors of #AF7705
Black with #AF7705
Text Example
Text Example
White with #AF7705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7705; }
p { color: rgb(175,119,5); }
H1.HeaderClassName
{
color: #AF7705;
}
.AnyTagClassName
{
color: #AF7705;
}
</style>
background-color css
<style>
a { background-color: #AF7705; }
a { background-color: rgb(175,119,5); }
div.DivClassName
{
background-color: #AF7705;
}
.BgClassName
{
background-color: #AF7705;
}
</style>
border-color css
<style>
span { border-color: #AF7705; }
span { border-color: rgb(175,119,5); }
td.TdClassName
{
border-color: #AF7705;
}
.TagClassName
{
border-color: #AF7705;
}
</style>