Shades of Dark Goldenrod #AF760B
Tints of Dark Goldenrod #AF760B
RGB
CMYK
RGB Variations
Color information
#AF760B (or 0xAF760B) is known color: Dark Goldenrod. HEX triplet: AF, 76 and 0B. RGB value is (175,118,11). Sum of RGB (Red+Green+Blue) = 175+118+11=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF760B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF760B is #5089F4. Grayscale: #7B7B7B. Windows color (decimal): -5278197 or 751279. OLE color: 751279.
HSL color Cylindrical-coordinate representation of color #AF760B: hue angle of 39.15º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF760B is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 11 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.31 |
| HSL | 39.15º | 0.88% | 0.36% | - |
| HSV(B) | 39.15º | 0.94% | 0.69% | - |
| XYZ | 24.22 | 22.09 | 3.3 | - |
| YUV | 122.85 | 64.88 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 11 | 0 | 0.33 | 0.94 | 0.31 | 39.15 | 0.88 | 0.36 |
| Hex | AF | 76 | B | 0 | 21 | 5E | 1F | 27 | 58 | 24 |
| Octal | 257 | 166 | 13 | 0 | 41 | 136 | 37 | 47 | 130 | 44 |
| Binary | 10101111 | 1110110 | 1011 | 0 | 100001 | 1011110 | 11111 | 100111 | 1011000 | 100100 |
Color Harmonies of #AF760B
Complementary color
Monochromatic Colors of #AF760B
Black with #AF760B
Text Example
Text Example
White with #AF760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF760B; }
p { color: rgb(175,118,11); }
H1.HeaderClassName
{
color: #AF760B;
}
.AnyTagClassName
{
color: #AF760B;
}
</style>
background-color css
<style>
a { background-color: #AF760B; }
a { background-color: rgb(175,118,11); }
div.DivClassName
{
background-color: #AF760B;
}
.BgClassName
{
background-color: #AF760B;
}
</style>
border-color css
<style>
span { border-color: #AF760B; }
span { border-color: rgb(175,118,11); }
td.TdClassName
{
border-color: #AF760B;
}
.TagClassName
{
border-color: #AF760B;
}
</style>