#8A7016

Color #8A7016 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #8A7016

Tints of Yukon Gold #8A7016

Color information

#8A7016 (or 0x8A7016) is unknown color: approx Yukon Gold. HEX triplet: 8A, 70 and 16. RGB value is (138,112,22). Sum of RGB (Red+Green+Blue) = 138+112+22=272 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.74% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7016 is #758FE9. Grayscale: #6D6D6D. Windows color (decimal): -7704554 or 1470602. OLE color: 1470602.

HSL color Cylindrical-coordinate representation of color #8A7016: hue angle of 46.55º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A7016 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB13811222-
CMYK00.190.840.46
HSL46.55º72.5%31.37%-
HSV(B)46.55º84.06%54.12%-
XYZ16.4217.053.18-
YUV109.5178.61148.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 50.74%
GREEN value IS 112 (44.14% from 255) = 41.18%
BLUE value IS 22 (8.98% from 255) = 8.09%
R=50.74%
G=41.18%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381122200.190.840.4646.5572.531.37
Hex8A7016013542E2f481f
Octal21216026023124565711037
Binary100010101110000101100100111010100101110101111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A7016; }

 p { color: rgb(138,112,22); }

 H1.HeaderClassName
 {
   color: #8A7016;
 }
 .AnyTagClassName
 {
   color: #8A7016;
 }
</style>
background-color css

<style>
 a { background-color: #8A7016; }

 a { background-color: rgb(138,112,22); }

 div.DivClassName
 {
   background-color: #8A7016;
 }
 .BgClassName
 {
   background-color: #8A7016;
 }
</style>
border-color css

<style>
 span { border-color: #8A7016; }

 span { border-color: rgb(138,112,22); }

 td.TdClassName
 {
   border-color: #8A7016;
 }
 .TagClassName
 {
   border-color: #8A7016;
 }
</style>