Html Css Color HEX #A3860A Dark Goldenrod

📋 copy color: '#A3860A'

red 163 ◦ green 134 ◦ blue 10

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

Shades of Dark Goldenrod #A3860A

Tints of Dark Goldenrod #A3860A

RGB

 RED value IS 163 (64.06% from 255) = 53.09%

 GREEN value IS 134 (52.73% from 255) = 43.65%

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

R = 53.09%
G = 43.65%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A3860A (or 0xA3860A) is known color: Dark Goldenrod. HEX triplet: A3, 86 and 0A. RGB value is (163,134,10). Sum of RGB (Red+Green+Blue) = 163+134+10=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A3860A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3860A is #5C79F5. Grayscale: #818181. Windows color (decimal): -6060534 or 689827. OLE color: 689827.

HSL color Cylindrical-coordinate representation of color #A3860A: hue angle of 48.63º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3860A is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 134 10 -
CMYK 0 0.18 0.94 0.36
HSL 48.63º 0.88% 0.34% -
HSV(B) 48.63º 0.94% 0.64% -
XYZ 23.68 24.86 3.84 -
YUV 128.54 61.11 152.58 -
System Red Green Blue C M Y K H S L
Decimal 163 134 10 0 0.18 0.94 0.36 48.63 0.88 0.34
Hex A3 86 A 0 12 5E 24 31 58 22
Octal 243 206 12 0 22 136 44 61 130 42
Binary 10100011 10000110 1010 0 10010 1011110 100100 110001 1011000 100010

Color Harmonies of #A3860A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3860A

Black with #A3860A

Text Example


Text Example

White with #A3860A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3860A; }

 p { color: rgb(163,134,10); }

 H1.HeaderClassName
 {
   color: #A3860A;
 }
 .AnyTagClassName
 {
   color: #A3860A;
 }
</style>

background-color css

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

 a { background-color: rgb(163,134,10); }

 div.DivClassName
 {
   background-color: #A3860A;
 }
 .BgClassName
 {
   background-color: #A3860A;
 }
</style>

border-color css

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

 span { border-color: rgb(163,134,10); }

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