Shades of Dark Goldenrod #AF780A
Tints of Dark Goldenrod #AF780A
RGB
CMYK
RGB Variations
Color information
#AF780A (or 0xAF780A) is known color: Dark Goldenrod. HEX triplet: AF, 78 and 0A. RGB value is (175,120,10). Sum of RGB (Red+Green+Blue) = 175+120+10=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF780A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF780A is #5087F5. Grayscale: #7C7C7C. Windows color (decimal): -5277686 or 686255. OLE color: 686255.
HSL color Cylindrical-coordinate representation of color #AF780A: hue angle of 40º 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 #AF780A is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 120 | 10 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.31 |
| HSL | 40º | 0.89% | 0.36% | - |
| HSV(B) | 40º | 0.94% | 0.69% | - |
| XYZ | 24.45 | 22.57 | 3.35 | - |
| YUV | 123.91 | 63.72 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 10 | 0 | 0.31 | 0.94 | 0.31 | 40 | 0.89 | 0.36 |
| Hex | AF | 78 | A | 0 | 1F | 5E | 1F | 28 | 59 | 24 |
| Octal | 257 | 170 | 12 | 0 | 37 | 136 | 37 | 50 | 131 | 44 |
| Binary | 10101111 | 1111000 | 1010 | 0 | 11111 | 1011110 | 11111 | 101000 | 1011001 | 100100 |
Color Harmonies of #AF780A
Complementary color
Monochromatic Colors of #AF780A
Black with #AF780A
Text Example
Text Example
White with #AF780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF780A; }
p { color: rgb(175,120,10); }
H1.HeaderClassName
{
color: #AF780A;
}
.AnyTagClassName
{
color: #AF780A;
}
</style>
background-color css
<style>
a { background-color: #AF780A; }
a { background-color: rgb(175,120,10); }
div.DivClassName
{
background-color: #AF780A;
}
.BgClassName
{
background-color: #AF780A;
}
</style>
border-color css
<style>
span { border-color: #AF780A; }
span { border-color: rgb(175,120,10); }
td.TdClassName
{
border-color: #AF780A;
}
.TagClassName
{
border-color: #AF780A;
}
</style>