Shades of Yukon Gold #8A7019
Tints of Yukon Gold #8A7019
RGB
CMYK
RGB Variations
Color information
#8A7019 (or 0x8A7019) is known color: Yukon Gold. HEX triplet: 8A, 70 and 19. RGB value is (138,112,25). Sum of RGB (Red+Green+Blue) = 138+112+25=275 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.18% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7019 is #758FE6. Grayscale: #6E6E6E. Windows color (decimal): -7704551 or 1667210. OLE color: 1667210.
HSL color Cylindrical-coordinate representation of color #8A7019: hue angle of 46.19º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A7019 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 25 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.46 |
| HSL | 46.19º | 0.69% | 0.32% | - |
| HSV(B) | 46.19º | 0.82% | 0.54% | - |
| XYZ | 16.45 | 17.06 | 3.35 | - |
| YUV | 109.86 | 80.11 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 25 | 0 | 0.19 | 0.82 | 0.46 | 46.19 | 0.69 | 0.32 |
| Hex | 8A | 70 | 19 | 0 | 13 | 52 | 2E | 2E | 45 | 20 |
| Octal | 212 | 160 | 31 | 0 | 23 | 122 | 56 | 56 | 105 | 40 |
| Binary | 10001010 | 1110000 | 11001 | 0 | 10011 | 1010010 | 101110 | 101110 | 1000101 | 100000 |
Color Harmonies of #8A7019
Complementary color
Monochromatic Colors of #8A7019
Black with #8A7019
Text Example
Text Example
White with #8A7019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7019; }
p { color: rgb(138,112,25); }
H1.HeaderClassName
{
color: #8A7019;
}
.AnyTagClassName
{
color: #8A7019;
}
</style>
background-color css
<style>
a { background-color: #8A7019; }
a { background-color: rgb(138,112,25); }
div.DivClassName
{
background-color: #8A7019;
}
.BgClassName
{
background-color: #8A7019;
}
</style>
border-color css
<style>
span { border-color: #8A7019; }
span { border-color: rgb(138,112,25); }
td.TdClassName
{
border-color: #8A7019;
}
.TagClassName
{
border-color: #8A7019;
}
</style>