Html Css Color HEX #A3860D Dark Goldenrod

📋 copy color: '#A3860D'

red 163 ◦ green 134 ◦ blue 13

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

Shades of Dark Goldenrod #A3860D

Tints of Dark Goldenrod #A3860D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.19%

R = 52.58%
G = 43.23%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A3860D (or 0xA3860D) is known color: Dark Goldenrod. HEX triplet: A3, 86 and 0D. RGB value is (163,134,13). Sum of RGB (Red+Green+Blue) = 163+134+13=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A3860D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3860D is #5C79F2. Grayscale: #818181. Windows color (decimal): -6060531 or 886435. OLE color: 886435.

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

Color convert

RGB 163 134 13 -
CMYK 0 0.18 0.92 0.36
HSL 48.4º 0.85% 0.35% -
HSV(B) 48.4º 0.92% 0.64% -
XYZ 23.7 24.87 3.93 -
YUV 128.88 62.61 152.34 -
System Red Green Blue C M Y K H S L
Decimal 163 134 13 0 0.18 0.92 0.36 48.4 0.85 0.35
Hex A3 86 D 0 12 5C 24 30 55 23
Octal 243 206 15 0 22 134 44 60 125 43
Binary 10100011 10000110 1101 0 10010 1011100 100100 110000 1010101 100011

Color Harmonies of #A3860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3860D

Black with #A3860D

Text Example


Text Example

White with #A3860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3860D; }

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

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

background-color css

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

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

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

border-color css

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

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

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