Html Css Color HEX #8A700A Yukon Gold

📋 copy color: '#8A700A'

red 138 ◦ green 112 ◦ blue 10

#8A700A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #8A700A

Tints of Yukon Gold #8A700A

RGB

 RED value IS 138 (54.3% from 255) = 53.08%

 GREEN value IS 112 (44.14% from 255) = 43.08%

 BLUE value IS 10 (4.3% from 255) = 3.85%

R = 53.08%
G = 43.08%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#8A700A (or 0x8A700A) is known color: 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

RGB 138 112 10 -
CMYK 0 0.19 0.93 0.46
HSL 47.81º 0.86% 0.29% -
HSV(B) 47.81º 0.93% 0.54% -
XYZ 16.33 17.01 2.71 -
YUV 108.15 72.61 149.29 -
System Red Green Blue C M Y K H S L
Decimal 138 112 10 0 0.19 0.93 0.46 47.81 0.86 0.29
Hex 8A 70 A 0 13 5D 2E 30 56 1D
Octal 212 160 12 0 23 135 56 60 126 35
Binary 10001010 1110000 1010 0 10011 1011101 101110 110000 1010110 11101

Color Harmonies of #8A700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A700A

Black with #8A700A

Text Example


Text Example

White with #8A700A

Text Example


Text Example

HTML Codes & Css Web 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>