#8A700A

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

Shades of Yukon Gold #8A700A

Tints of Yukon Gold #8A700A

Color information

#8A700A (or 0x8A700A) is unknown color: approx Yukon Gold. HEX triplet: 8A, 70 and 0A. RGB value is (138,112,10). Sum of RGB (Red+Green+Blue) = 138+112+10=260 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.08% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 138 - color contains mainly: red. Hex color #8A700A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A700A is #758FF5. Grayscale: #6C6C6C. Windows color (decimal): -7704566 or 684170. OLE color: 684170.

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

Color convert

RGB13811210-
CMYK00.190.930.46
HSL47.81º86.49%29.02%-
HSV(B)47.81º92.75%54.12%-
XYZ16.3317.012.71-
YUV108.1572.61149.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 53.08%
GREEN value IS 112 (44.14% from 255) = 43.08%
BLUE value IS 10 (4.30% from 255) = 3.85%
R=53.08%
G=43.08%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381121000.190.930.4647.8186.4929.02
Hex8A70A0135D2E30561d
Octal21216012023135566012635
Binary10001010111000010100100111011101101110110000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A700A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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