Shades of Dark Goldenrod #AF7805
Tints of Dark Goldenrod #AF7805
RGB
CMYK
RGB Variations
Color information
#AF7805 (or 0xAF7805) is known color: Dark Goldenrod. HEX triplet: AF, 78 and 05. RGB value is (175,120,5). Sum of RGB (Red+Green+Blue) = 175+120+5=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7805 is #5087FA. Grayscale: #7B7B7B. Windows color (decimal): -5277691 or 358575. OLE color: 358575.
HSL color Cylindrical-coordinate representation of color #AF7805: hue angle of 40.59º 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 #AF7805 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 120 | 5 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.31 |
| HSL | 40.59º | 0.94% | 0.35% | - |
| HSV(B) | 40.59º | 0.97% | 0.69% | - |
| XYZ | 24.42 | 22.56 | 3.21 | - |
| YUV | 123.34 | 61.22 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 5 | 0 | 0.31 | 0.97 | 0.31 | 40.59 | 0.94 | 0.35 |
| Hex | AF | 78 | 5 | 0 | 1F | 61 | 1F | 29 | 5E | 23 |
| Octal | 257 | 170 | 5 | 0 | 37 | 141 | 37 | 51 | 136 | 43 |
| Binary | 10101111 | 1111000 | 101 | 0 | 11111 | 1100001 | 11111 | 101001 | 1011110 | 100011 |
Color Harmonies of #AF7805
Complementary color
Monochromatic Colors of #AF7805
Black with #AF7805
Text Example
Text Example
White with #AF7805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7805; }
p { color: rgb(175,120,5); }
H1.HeaderClassName
{
color: #AF7805;
}
.AnyTagClassName
{
color: #AF7805;
}
</style>
background-color css
<style>
a { background-color: #AF7805; }
a { background-color: rgb(175,120,5); }
div.DivClassName
{
background-color: #AF7805;
}
.BgClassName
{
background-color: #AF7805;
}
</style>
border-color css
<style>
span { border-color: #AF7805; }
span { border-color: rgb(175,120,5); }
td.TdClassName
{
border-color: #AF7805;
}
.TagClassName
{
border-color: #AF7805;
}
</style>