Shades of Dark Goldenrod #AF770A
Tints of Dark Goldenrod #AF770A
RGB
CMYK
RGB Variations
Color information
#AF770A (or 0xAF770A) is known color: Dark Goldenrod. HEX triplet: AF, 77 and 0A. RGB value is (175,119,10). Sum of RGB (Red+Green+Blue) = 175+119+10=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF770A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF770A is #5088F5. Grayscale: #7B7B7B. Windows color (decimal): -5277942 or 685999. OLE color: 685999.
HSL color Cylindrical-coordinate representation of color #AF770A: hue angle of 39.64º degrees, saturation: 0.89, 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 #AF770A is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 10 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.31 |
| HSL | 39.64º | 0.89% | 0.36% | - |
| HSV(B) | 39.64º | 0.94% | 0.69% | - |
| XYZ | 24.33 | 22.33 | 3.31 | - |
| YUV | 123.32 | 64.05 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 10 | 0 | 0.32 | 0.94 | 0.31 | 39.64 | 0.89 | 0.36 |
| Hex | AF | 77 | A | 0 | 20 | 5E | 1F | 28 | 59 | 24 |
| Octal | 257 | 167 | 12 | 0 | 40 | 136 | 37 | 50 | 131 | 44 |
| Binary | 10101111 | 1110111 | 1010 | 0 | 100000 | 1011110 | 11111 | 101000 | 1011001 | 100100 |
Color Harmonies of #AF770A
Complementary color
Monochromatic Colors of #AF770A
Black with #AF770A
Text Example
Text Example
White with #AF770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF770A; }
p { color: rgb(175,119,10); }
H1.HeaderClassName
{
color: #AF770A;
}
.AnyTagClassName
{
color: #AF770A;
}
</style>
background-color css
<style>
a { background-color: #AF770A; }
a { background-color: rgb(175,119,10); }
div.DivClassName
{
background-color: #AF770A;
}
.BgClassName
{
background-color: #AF770A;
}
</style>
border-color css
<style>
span { border-color: #AF770A; }
span { border-color: rgb(175,119,10); }
td.TdClassName
{
border-color: #AF770A;
}
.TagClassName
{
border-color: #AF770A;
}
</style>